IGNITER Posted November 21, 2010 Share Posted November 21, 2010 Hello there!While I tried to modify the main theme of PS and annoying thing occurred.On the product page, as it it's shown on the picture the two squares, the one with the descriptions and the other with the price and add to cart button escaped under the product image.That effect appeared on some of the browsers only (Firefox, IE).I tried to find the object properties in the global.css, but couldn't.There is padding or margin somewhere that is causing that objects to move under.Can somebody help?Thank you in advance! Link to comment Share on other sites More sharing options...
Pshopic Posted November 21, 2010 Share Posted November 21, 2010 HiFind below code in your global.css: #primary_block #pb-right-column { float:left; width:310px; } #primary_block #pb-left-column { float:left; margin-left:1.1em; width:233px; } Problem can be your width value in "#primary_block #pb-left-column", try to decrease it or decrease value of margin-left. If problem solved, send your url, I will look it what problem can be. Link to comment Share on other sites More sharing options...
IGNITER Posted November 21, 2010 Author Share Posted November 21, 2010 Thank you for the assistance!It was that the problem, now it's OK.The width fit in position on 300px.Here is the address for reference: http://vkusi.me Link to comment Share on other sites More sharing options...
stefie2 Posted August 21, 2011 Share Posted August 21, 2011 I dont no what happenend but the button and text moved to the bottom of the picture. I would like this to have on the right of the picture. Can anyone please help me? I tried css but doenst seem to work.. gr stef Link to comment Share on other sites More sharing options...
lnsnifty Posted August 21, 2011 Share Posted August 21, 2011 I dont no what happenend but the button and text moved to the bottom of the picture. I would like this to have on the right of the picture. Can anyone please help me? I tried css but doenst seem to work.. gr stef Which CSS did you try. Usually this problem would be associated with product_list.css. You may want to try adjusting your settings under "UL#product_list LI DIV.center_block" in product_list.css. Here is my setting: UL#product_list LI DIV.center_block { float: left; left: 0; position: relative; top: 0; } Don't know if this will solve your problem, but it might help. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now