News:

AbanteCart v1.4.2.1 is released.

Main Menu

Do you like AbanteCart? Please rate AbanteCart or share your experience with other eCommerce entrepreneurs. Go to Softaculous rating page to add your rating or write a review

how to remove 2nd line from header template block

Started by kangana, March 14, 2014, 04:45:46 AM

Previous topic - Next topic

kangana

see kanganafashion.com
i use all icons in header itself and want to remove 2nd line from header block so i can shift everything else up
is there a way?





eCommerce Core

#1
2 Options:

1:
https://github.com/abantecart/abantecart-src/blob/6be2a3cd77004cd415c5f09007186ed668131033/public_html/storefront/view/default_html5/template/common/header.tpl

Remove lines 25-34 


<div class="container">
<div class="headerdetails">
<!-- header blocks placeholder -->
<div class="pull-left"><?php echo ${$children_blocks[4]}; ?></div>
<div class="pull-left"><?php echo ${$children_blocks[5]}; ?></div>
<div class="pull-left"><?php echo ${$children_blocks[6]}; ?></div>
<div class="pull-right"><?php echo ${$children_blocks[7]}; ?></div>
<!-- header blocks placeholder (EOF) -->
</div>
</div>


2: In css file public_html/storefront/view/default_html5/stylesheet/style.css
Add in about line 385:

.headerdetails {
display: none;
padding: 20px 0 40px 300px;
}



Forum Rules Code of conduct
AbanteCart.com 2010 -