AbanteCart Community

AbanteCart Development => Customization help => Topic started by: zoltan on August 28, 2014, 12:57:29 PM

Title: How to position the description block
Post by: zoltan on August 28, 2014, 12:57:29 PM
Current positioning of my description block:
before.jpg

Reposition same as in the image:
after.jpg
Title: Re: How to position the description block
Post by: yonghan on August 28, 2014, 08:36:10 PM
Hi,the default_html5 template use bootstrap 2.3,i encourage you to take a look at the docs here http://getbootstrap.com/2.3.2/scaffolding.html (http://getbootstrap.com/2.3.2/scaffolding.html) to see how the layout works if you are going to customize the layout later on.For your current case.Please take a look at

https://github.com/abantecart/abantecart-src/blob/master/public_html/storefront/view/default_html5/template/pages/product/product.tpl (https://github.com/abantecart/abantecart-src/blob/master/public_html/storefront/view/default_html5/template/pages/product/product.tpl)

On line 203 of the current tpl file add this div :

Code: [Select]
<div class="span4">
move the codes from line 209 to 372 to here
</div>

Hope it helps.And good luck with the customization. :)
Title: Re: How to position the description block
Post by: zoltan on August 29, 2014, 12:34:27 PM
Thank you Yonghan, would this change be made everytime I update the abantecart?
Title: Re: How to position the description block
Post by: zoltan on August 29, 2014, 01:12:51 PM
Yonghan this is what I got :(

Title: Re: How to position the description block
Post by: yonghan on August 29, 2014, 09:16:03 PM
Yes,you have to change it manually everytime you update abantecart,or you can backup the product.tpl file and overwrite the product.tpl after you update abantecart.Sorry,it should be put on line 202 instead of line 203.please try it again.What editor did you use to edit the css?
Title: Re: How to move the Headerstrip Menu
Post by: irsuhaimi on September 11, 2014, 11:54:06 AM
Hi, can anybody help me how can I move down the Special/Login/Account/Cart/Checkot and Search box in the headerstrip?
Title: Re: How to position the description block
Post by: yonghan on September 11, 2014, 12:05:25 PM
Please create new thread irsuhaimi