TimKilleen Posted March 4, 2014 Share Posted March 4, 2014 Hi, I've not utilised this forum much before but here goes... I am having trouble changing the width of my title/desc (#pb-right-column) in my product page, which needs amending after I recently made my product image (large_default) wider. http://www.test2.ezlivingfurniture.ie/sofas/1257-test-product3.html# As you can see this area/container has been pushed underneath. I want it to fit in the space (#pb-right-column) to the right of my image which is smaller since I made the image wider. I tried changing the size of #pb-right-column in ..mytheme/product.css and also tried changing grid size in .../themes/default/css/grid_prestashop.css (.container_9 .grid_5 {width:100%;}) Neither of these worked for me and I'm scratching my head a little now? If anyone would be as kind to point me in the right direction, I would be very grateful. I am customising the paid presta theme, 'warehouse'. Cheers. Link to comment Share on other sites More sharing options...
vekia Posted March 5, 2014 Share Posted March 5, 2014 can you temporary disable CCC for css files (parameters > performance tab in bo) now your css files are minified so it's not possible to say what you have to change Link to comment Share on other sites More sharing options...
TimKilleen Posted March 5, 2014 Author Share Posted March 5, 2014 Sorry. Ok, I've disabled CCC. Cheers Link to comment Share on other sites More sharing options...
vekia Posted March 5, 2014 Share Posted March 5, 2014 CCC for css files is still enabled. Link to comment Share on other sites More sharing options...
TimKilleen Posted March 5, 2014 Author Share Posted March 5, 2014 Sorry I thought Id done it. I've turned off now and checked 'keep CSS as original' Cheers Link to comment Share on other sites More sharing options...
vekia Posted March 5, 2014 Share Posted March 5, 2014 @media only screen and (min-width: 1320px) .no_thumbs2 { width: 588px !important; } change width to width: 478px !important; it's a part of /modules/themeeditor/css/themeeditor_s_1.css file line 478 1 Link to comment Share on other sites More sharing options...
TimKilleen Posted March 6, 2014 Author Share Posted March 6, 2014 Thanks a million Vekia, I will try this out this evening when I get home! Link to comment Share on other sites More sharing options...
vekia Posted March 6, 2014 Share Posted March 6, 2014 don't forget to let us know if this work, im so curious about that Link to comment Share on other sites More sharing options...
TimKilleen Posted March 6, 2014 Author Share Posted March 6, 2014 No problem Vekia, I will indeed. Thanks again! Link to comment Share on other sites More sharing options...
TimKilleen Posted March 7, 2014 Author Share Posted March 7, 2014 @media only screen and (min-width: 1320px) .no_thumbs2 { width: 588px !important; } change width to width: 478px !important; it's a part of /modules/themeeditor/css/themeeditor_s_1.css file line 478 Yes this worked for me Vekia - Thank you! Although I added this in theme editor css in BO as it gives me a little box to override styling. I was also getting an error on image alignment with thumbs (was in-line when product had no extra images). Had to change right column width in product.css also: #pb-right-column { float:left; width: 482px !important; All works grand for me now so thank you for your help! Link to comment Share on other sites More sharing options...
vekia Posted March 7, 2014 Share Posted March 7, 2014 thank you for confirmation, i can confirm too, i checked your website on various devices it works can i mark this topic as solved? 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