Jump to content

move search and cart [RESOLVED]


WEMS

Recommended Posts

The solution or fix may be different based on your theme, it is better post the "store" URL here so that someone maybe able to look at the HTML/CSS code to give you advises.

 

The other way to fix might be to resize your logo if that is possible, make it more smaller (especially height), that will reduce the spaces under the bock you highlighted,

Link to comment
Share on other sites

Please try to change following line

 

 

from

<div id="header_right_inner" class="clearfix"><!-- Block search module TOP -->
 

 

 

 

To:

<div id="header_right_inner" class="clearfix" style="margin-top:50px"><!-- Block search module TOP -->
Link to comment
Share on other sites

YouStoreRoot/themes/YourTheme/header.tpl edited and such line in the file <div id="header_right_inner" class="clearfix"><!-- Block search module TOP -->

 

I will contact the theme creator

Link to comment
Share on other sites

I believe you. As previously written I don't have this line in my header.tpl

<div id="header_right_inner" class="clearfix"><!-- Block search module TOP -->

 

the only I have for the header right is: 

<div id="header_right" class="col-sm-12 {if $logo_left_center} col-md-{(12-$sttheme.logo_width)/2|ceil} {else} col-md-{12-$sttheme.logo_width} {/if} text-right">

               <div id="header_right_inner" class="clearfix">{$HOOK_TOP}</div>
Link to comment
Share on other sites

The code I got was exactly from your site at that moment I inspected.  if you are looking at right file, but not there, then it could be from a module hook?

I tried again access your site, it seems not available, it keep asking for language selection.

Link to comment
Share on other sites

  • 2 weeks later...

As I mentioned previously, you should be able to adjust the layout by modifying this line

 

Change from

 
<div id="header_right_inner" class="clearfix"><!-- Block search module TOP -->
 

To

 

<div id="header_right_inner" class="clearfix" style="margin-top:50px"><!-- Block search module TOP -->

 

 

This usually in following file

/themes/yourtheme/header.tpl

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...