First off I love this theme. The way it looks and everything. My problem is that I started using the Amazon Store module and it aligns the item description right next to the purchase box. When I use Bartik, it aligns correctly. When I use this theme, it puts the Item description at the top to the left (where it should be) then it puts the purchase box to the right, but below it. I believe this can be solved if I can put the theme into a 2 column layout. But how?

Edit: I didn't mean to assign this to me. Sorry.

CommentFileSizeAuthor
#5 dmgames.jpg268.7 KBgtsopour
#2 correct.png233.85 KBdmgames
#2 incorrect.png97.59 KBdmgames

Comments

dmgames’s picture

Assigned: dmgames » Unassigned
dmgames’s picture

StatusFileSize
new97.59 KB
new233.85 KB
gtsopour’s picture

Assigned: Unassigned » gtsopour
Issue tags: +corporate, +Corporate Theme, +Corporate Clean Theme

Hello dmgames

is your Drupal installation with CorporateClean theme live? I would like to see the final html/css output with Firebug.

Thanks
/George

dmgames’s picture

gtsopour’s picture

StatusFileSize
new268.7 KB

Hello dmgames

This seems to be caused by the style rules of amazon_store.css ("http://www.dmgamesonline.com/web/sites/all/modules/amazon_store/amazon_s...") in conjunction with available CorporateClean theme column space. The amazon_store.css is loaded/imported by the amazon_store module.

I worked a little with your issue and I noticed that the amazon_store.css imported to head before the default style.css of CorporateClean theme. So you could override the amazon_store.css styles.

I suggest you the following override. Just put the following code at the bottom of CorporateClean style.css (see also attached image dmgames.jpg).

.item-detail-wrapper .column {
margin: 15px 0;
border: 1px solid #949494;
padding: 10px;
}

Thanks
/George

dmgames’s picture

Status: Active » Closed (fixed)

Thank you so much! You have no idea how much that helped me out! I <3 this theme.

sergy_dot’s picture

Version: 7.x-1.0 » 7.x-1.3
Component: User interface » Miscellaneous
Status: Closed (fixed) » Active

Hello Guys,

I'm using Drupal 7.8 and CorporateClean 7.x-1.3.
I tried to overwrite .item-detail-wrapper .column as gtsopour suggested. This didn't work for me. Any clues how could I make 2-column layout at my page?

Unfortunately, my page is still offline.

Thanks

Chris

alexandreracine’s picture

Status: Active » Closed (works as designed)

Is this corrected in the latest version? Let us know if not. Closing for now.

alexandreracine’s picture

Issue summary: View changes

Edit to OP