WooF Posted May 31, 2011 Share Posted May 31, 2011 I really do not know wot i did that on product page all modules float left. My site is www.poslovne-knjige.siplease help. Link to comment Share on other sites More sharing options...
PrestaDesigner.com Posted May 31, 2011 Share Posted May 31, 2011 Have you played a little bit with the block modules (i.e change the position or modify a tpl file)? Did you erase the files from tools/smary/cache from your server?Try to force compile by activating this option in the back end: Back Office > Preferences > Performance. Link to comment Share on other sites More sharing options...
WooF Posted May 31, 2011 Author Share Posted May 31, 2011 Thank you for quick respond.No i did not change module positions and i look at smarty chase file and it is empty.My Version is 1.3.2.3 and i don't have performance tab in preferences.Last thing I did edit the global.css file for changing look of the top menu. I change padding and font.I am no coder so maybe i did something and i do not know that. I attached my global.css file if somebody have time to help me. I did try to upgrade to 1.4 but Front page show OK everything else is 404 error. And i did turn on Friendly URL and generate a .htaccess file.Sorry for my bad English.PS: Cant atach the global.css file. maybe is to big 65.KB Link to comment Share on other sites More sharing options...
PrestaDesigner.com Posted May 31, 2011 Share Posted May 31, 2011 WooF,On your global.css look for #center_column, here change the width from 690px to 692px. This will do the trick.Please let me know if is working for you.Regards Link to comment Share on other sites More sharing options...
WooF Posted May 31, 2011 Author Share Posted May 31, 2011 If I see right, it is already 692px * block in the center column */ #center_column p { margin: 0.5em 0; padding-left:0.7em;} #center_column div.block { width: 692px; margin:auto;} #center_column div.block h4 { background: transparent url('../img/block_header_large.gif') no-repeat top left; height: 17px; color: white; } /* Styles for products blocks */ /* block products (new, features, viewed, etc...) on left and right column */ .products_block li { clear: left; margin-top: 0.2em; } .products_block li.item img { margin-right: 5px; } .products_block li.last_item { border: 1px; } .products_block li img { vertical-align: top; float: left; margin-right: 0.2em; } .products_block p img { float: none; margin: 0 0 0 0.4em; } .products_block li h5 { display: inline; font-size: 0.9em; } .products_block li p a { font-weight: bold; font-size: 11px; } .products_block dl { clear: both; border-top: 1px solid #374853; padding: 0.2em 0.4em; } .products_block dl dt { margin-top: 0.3em; color: #595a5e; } .products_block p { margin-top: 0.4em; } .products_block a.button_large { margin: 0.4em 0.4em 0 0.4em; } .products_block ul.product_images li { border: none; float: left; clear: none; } /* Special style for block products in center column */ #center_column .products_block { border: 1px; } #center_column .products_block { color: #595a5e; } #center_column .products_block h4 { line-height: 1.3em; } #center_column .products_block .block_content { background: #fff none; padding:0pt; } #center_column .products_block ul li:hover { } #center_column .products_block ul li { margin-left:5px; float: left; clear: none; width:227px; /* height:375px;*/ background: transparent url('../img/proback.gif') no-repeat top left; background-color: #fff; padding-bottom: 20px; margin-top:10px; } #center_column .products_block ul .product_accessories_description { margin:0; padding:0; } #center_column .products_block ul .product_accessories_description .product_accessories_price{ margin-top:10px !important; text-align:center; } #center_column .products_block ul .product_accessories_description { margin:0; padding:0; height:280px; } /*#center_column .products_block li.last_item { float:none; clear:both; }*/ #center_column .products_block li.last_item_of_line { border-right:none; } #center_column .products_block li.first_item_of_line { clear:both; margin-left:0; } #center_column .products_block li.last_line { } #center_column .products_block p, #center_column .products_block h5 { margin: 0em 0.1em; } #center_column div.products_block h5 { display: block; height: 25px; border-bottom:1px solid #ebebeb; padding-bottom:6px; } #center_column div.products_block h5 a { font-size:15px; line-height:35px; margin-left:10px; margin-right:10px; color:#CA900E; font-family:Verdana,Tahoma,Arial; font-weight:normal; } #center_column div.products_block h5 a:hover { text-decoration:none; } #center_column div.products_block ul li p { margin:0; padding:0; } #center_column div.products_block p.product_desc { height:80px; color: #595a5e; } #center_column div.products_block a.product_image { display: block; background-color: transparent; width: 129px; height: 129px; margin-left:2px; } #center_column div.products_block .product_accessories_description a.product_image { width: 118px; height: 85px; } #center_column div.products_block a.product_description { display: block; width: 118px; height: 50px; margin-top:35px; } #center_column div.products_block a.product_image img{ float:none; margin:0; } #center_column div.products_block p.product_desc{ margin:5px auto 0 auto; text-align:justify; width:200px; } #center_column div.products_block h5 { width:226px; } #center_column div.products_block ul li p.product_desc a { font-weight:normal; } #center_column div.products_block ul li p.product_desc a:hover { text-decoration:none; } #center_column .products_block span.price { text-align: center; font-size: 1.5em; padding: 0.5em 0; /*display: block;*/ } p.price_container { text-align: center; } #center_column .products_block .featured_price { margin-top:2.5em; } #center_column .products_block a.button, #center_column .products_block a.exclusive, #center_column .products_block span.exclusive { margin: 0.5em auto; } Link to comment Share on other sites More sharing options...
PrestaDesigner.com Posted May 31, 2011 Share Posted May 31, 2011 http://www.poslovne-knjige.si/themes/prestashopicred/css/global.cssStarting with line 250 you will find this:#center_column { width: 690px; margin: 5px 0 30px 0; } Link to comment Share on other sites More sharing options...
WooF Posted May 31, 2011 Author Share Posted May 31, 2011 Man don't get me wrong but I love you. That solve the problem.Thank you very much. Link to comment Share on other sites More sharing options...
yonizzz Posted June 8, 2011 Share Posted June 8, 2011 Already thanked you in a earlier post for this great theme, but once again thanks!I have a problem with the 'about us' link in the topmenu, it shows a 404.php page. I looked at your demo to check whether it works on your page but it gives a 404 as well...I have searched high and low in the backoffice but I have no idea where I can make changes to the topmenu. Could you help me out with 2 questions:* How do I change the topmenu?* And if that's not possible, how do I solve the 404.php at the 'about us' link?Thank you again!!regards,Johan 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