Nick20000 Posted March 20, 2011 Share Posted March 20, 2011 Hello. How would I move the information in the right block beside the image like this in the picture?thank you. Link to comment Share on other sites More sharing options...
Nick20000 Posted March 20, 2011 Author Share Posted March 20, 2011 any idea? i really need to fix this soon. Link to comment Share on other sites More sharing options...
Nick20000 Posted March 30, 2011 Author Share Posted March 30, 2011 after all this time still no help? Link to comment Share on other sites More sharing options...
Nick20000 Posted March 31, 2011 Author Share Posted March 31, 2011 can someone please give me some help. Link to comment Share on other sites More sharing options...
Irfan Bahalwan Posted March 31, 2011 Share Posted March 31, 2011 Could u give me the link to that page? Or in which page does it appears? I can't find that kind of list in Prestashop's default template Link to comment Share on other sites More sharing options...
Nick20000 Posted March 31, 2011 Author Share Posted March 31, 2011 hi. it is when you click on a product and the price and image is displayed. want to move it closer to the image. Link to comment Share on other sites More sharing options...
Irfan Bahalwan Posted April 1, 2011 Share Posted April 1, 2011 EDITED BELOW Link to comment Share on other sites More sharing options...
Irfan Bahalwan Posted April 4, 2011 Share Posted April 4, 2011 Ok, open your css file, and search this style #primary_block #image-block Change width value into the width that u prefer width:300px; Hope that works Link to comment Share on other sites More sharing options...
Nick20000 Posted April 4, 2011 Author Share Posted April 4, 2011 hi. it still does not work? Link to comment Share on other sites More sharing options...
Irfan Bahalwan Posted April 4, 2011 Share Posted April 4, 2011 Why dont u give us your link, so I can see your CSS code Link to comment Share on other sites More sharing options...
Nick20000 Posted April 4, 2011 Author Share Posted April 4, 2011 here is my code for product page./* product.tpl */#primary_block #pb-right-column { width: 310px; float: left}#primary_block #image-block { border: #ffffff solid 1px; height: 163px; width: 117px}#primary_block #image-block img#bigpic { cursor: pointer; height: 163px; width: 117px}#primary_block ul#usefull_link_block { list-style-type: none; margin-top: 1em}#primary_block ul#usefull_link_block li { margin: 0.5em 1em 0.5em 0; display: block }#primary_block ul#usefull_link_block li a,#primary_block ul#usefull_link_block span.span_link,#primary_block ul#usefull_link_block span.span_link:hover { text-decoration: none; color: #76839b; font-size: 0.9em; background: white url('../img/bullet_alt.jpg') no-repeat top left; padding-left: 15px; height: 15px}#primary_block #pb-left-column { float: left; margin-left: 1.1em; width: 233px}#primary_block #short_description_block/* { background: #e5e6e7 url('../img/product-short-desc-bg.gif') repeat-x top left; border: 1px #d0d3d8 solid; padding: 0.7em; margin-bottom: 1.5em*/}#primary_block #color_picker p { margin-bottom: 0.4em; padding: 0}#primary_block #color_picker { padding: 0.6em 0.7em 0.4em 0.7em; background: #e5e6e7 url('../img/product-short-desc-bg.gif') repeat-x top left; border: 1px #d0d3d8 solid; margin-bottom: 1.5em}#primary_block #color_to_pick_list li { display: inline; float: left; margin: 0 0.4em 0.4em 0}#primary_block a.color_pick { display: block; width: 20px; height: 20px; border: 1px solid #666; cursor: pointer}#primary_block a.color_pick:hover { border: 1px solid #000 }#primary_block a#color_all { cursor: pointer }#primary_block #image-block img#bigpic.jqzoom { cursor: crosshair; position: relative}#primary_block p.buttons_bottom_block { margin: 0 }#primary_block p.buttons_bottom_block a, #primary_block p.buttons_bottom_block input { margin: 0.9em auto 0 auto }#primary_block #short_description_content { margin-bottom: 0.5em }#primary_block #buy_block { background: #f1f2f4 url('../img/product-buy-bg.gif') repeat-x top left; font-size: 1.1em; padding: 0.7em; color: #374853; border: 1px #cccccc solid; margin-bottom: 1.5em}#primary_block #buy_block p { padding: 0; margin-top: 0; clear: both}#primary_block #buy_block img.on_sale_img { float: left }#primary_block #buy_block span.on_sale { color: #da0f00; text-transform: uppercase; font-weight: bold; float: right}#primary_block #buy_block span.discount { color: #da0f00; text-transform: uppercase; font-weight: bold; float: right}#primary_block #buy_block span.our_price_display { float: right }#primary_block #buy_block span#availability_label { float: left; margin-right: 1em}#primary_block #buy_block label { text-align: right }#primary_block #buy_block label,#primary_block #buy_block select { display: block; width: 47%; float: left}#primary_block div#attributes p, #quantity_wanted_p { clear: left; height: 2em}#primary_block div#attributes p, #minimal_quantity_wanted_p { clear: left; text-align: center}/* prices */#primary_block #buy_block p.price { font-size: 1.05em; text-align: right}#primary_block #buy_block span#pretaxe_price { font-size: 0.75em; text-align: right}#primary_block #buy_block p#old_price { font-size: 0.8em; text-align: right; text-decoration: line-through}#primary_block #buy_block p#reduction_percent { color: #da0f00; font-size: 0.75em; text-align: right}#primary_block #buy_block p.price-ecotax { font-size: 0.75em; text-align: right}#admin-action { color: #374853; background-color: #DFFAD3; margin-bottom:10px; padding: 4px; border: 1px solid #72CB67}#admin-action input.exclusive{ float: right}.product_accessories_price{ margin-top: 5px} Link to comment Share on other sites More sharing options...
Irfan Bahalwan Posted April 4, 2011 Share Posted April 4, 2011 I need the website's link, not the CSS code. Like www.somewebsites.com/category.php?id_category=6 or such Link to comment Share on other sites More sharing options...
Nick20000 Posted April 4, 2011 Author Share Posted April 4, 2011 oh. here you go. Link to comment Share on other sites More sharing options...
Irfan Bahalwan Posted April 4, 2011 Share Posted April 4, 2011 That's why! Your theme use 2 css fileOk, open product.css (/themes/prestashop/css/product.css)Find this script #primary_block #pb-right-column { width: 310px; float: left } and delete the width line #primary_block #pb-right-column { float: left } Save the file, and refresh your page using Ctrl + F5 Hope that works Link to comment Share on other sites More sharing options...
Nick20000 Posted April 7, 2011 Author Share Posted April 7, 2011 thanks it worked great. 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