WEMS Posted April 29, 2016 Share Posted April 29, 2016 (edited) How can I move search and cart like in attached printscreen bellow ? Edited June 17, 2016 by WEMS (see edit history) Link to comment Share on other sites More sharing options...
shokinro Posted April 29, 2016 Share Posted April 29, 2016 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 More sharing options...
WEMS Posted April 29, 2016 Author Share Posted April 29, 2016 The printscreen I send you is from the newer version but you can access to a older version. The codes are the same: http://web136.login-4.hoststar.ch/swissprimenails.ch/ Link to comment Share on other sites More sharing options...
shokinro Posted April 29, 2016 Share Posted April 29, 2016 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 More sharing options...
WEMS Posted April 29, 2016 Author Share Posted April 29, 2016 Which file should I edit ? Link to comment Share on other sites More sharing options...
shokinro Posted April 29, 2016 Share Posted April 29, 2016 most cases and usually it should be YouStoreRoot/themes/YourTheme/header.tpl but it may different based on your theme provider. please contact your theme designer if it is not there. Link to comment Share on other sites More sharing options...
WEMS Posted May 2, 2016 Author Share Posted May 2, 2016 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 More sharing options...
shokinro Posted May 3, 2016 Share Posted May 3, 2016 Actually I confirmed the change works on my browser, so as long as you modified the correct file,. it should works fine. let me know the result. Link to comment Share on other sites More sharing options...
WEMS Posted May 3, 2016 Author Share Posted May 3, 2016 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 More sharing options...
shokinro Posted May 3, 2016 Share Posted May 3, 2016 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 More sharing options...
WEMS Posted May 17, 2016 Author Share Posted May 17, 2016 This is the new link: http://70.39.248.225/~swissp8/swissprimenails.ch/ I still have the issue and the template creator do not give any feedback. Link to comment Share on other sites More sharing options...
shokinro Posted May 18, 2016 Share Posted May 18, 2016 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 More sharing options...
WEMS Posted May 18, 2016 Author Share Posted May 18, 2016 Well done! The line in my template was <div id="header_right_inner" class="clearfix">{$HOOK_TOP}</div> I change it and everything is ok now. Thank you ! Link to comment Share on other sites More sharing options...
shokinro Posted May 18, 2016 Share Posted May 18, 2016 I am glad you figured out. I think that is what I have told you in previous messages. Link to comment Share on other sites More sharing options...
WEMS Posted May 19, 2016 Author Share Posted May 19, 2016 Well, sorry, I had some completely other issue and do not see exactly what you mean in your previous message. You can close the case ! Link to comment Share on other sites More sharing options...
shokinro Posted May 19, 2016 Share Posted May 19, 2016 no problem. you can mark this topic as solved by editing subject of your original post. Link to comment Share on other sites More sharing options...
WEMS Posted May 19, 2016 Author Share Posted May 19, 2016 Thank you ! 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