RudgerDZ Posted March 31, 2014 Share Posted March 31, 2014 Hello AllI want to move my menu from the left to the right, but I can't seem to find the way to do this and need your help... I'm completely new to Prestashop. I'm using prestashop version 1.6.0.5 together with the "Fitness" theme.This is the link to my "test" website:http://217.199.187.71/moonstrucktemp.com/index.phpThis movement also brings another problem to the surface:When the menu is moved to the right it wil cover the right column.. so how can I lower this so it is on the same height as the rest of the body?Thank you already for the help! Link to comment Share on other sites More sharing options...
vekia Posted April 1, 2014 Share Posted April 1, 2014 helo you mean that you want to: ? Link to comment Share on other sites More sharing options...
RudgerDZ Posted April 1, 2014 Author Share Posted April 1, 2014 Correct Link to comment Share on other sites More sharing options...
vekia Posted April 1, 2014 Share Posted April 1, 2014 layout.css (/themes/fitness/css/layout.css) line 178 add there text-align:right; to .sf-menu styles definition something like: .sf-menu { margin: 0 auto; font-family: "Fjalla One",arial; text-align: right; } Link to comment Share on other sites More sharing options...
RudgerDZ Posted April 1, 2014 Author Share Posted April 1, 2014 Thanks a lot!!It works! But now I have the problem that the right column is covered with the menu as you can see here: http://217.199.187.71/moonstrucktemp.com/index.php?controller=new-products Could you also help me to find the solution to lower the right column? Link to comment Share on other sites More sharing options...
vekia Posted April 1, 2014 Share Posted April 1, 2014 default.css line 124 change css for #left_column to #left_column { margin-top: 148px; } effect Link to comment Share on other sites More sharing options...
RudgerDZ Posted April 1, 2014 Author Share Posted April 1, 2014 You Rock! Thank you again! Do you also know why the right column doesn't show on product and category pages? For now it only shows on the pages that can be tea chad by clicking on the links in the footer. (For example the "new products" page or the "specials" page) Link to comment Share on other sites More sharing options...
vekia Posted April 1, 2014 Share Posted April 1, 2014 verify the modules exceptions (modules attached to your left column) i suppose that these modules just have got exceptions defined (they will not show on pages defined as an exception) - you can check it on modules > positions tab in your bo. Link to comment Share on other sites More sharing options...
RudgerDZ Posted April 6, 2014 Author Share Posted April 6, 2014 I have tried this, but this is not the problem because no exeption pages are selected...So I think I'll have to dig a bit deeper Link to comment Share on other sites More sharing options...
vekia Posted April 7, 2014 Share Posted April 7, 2014 without possibility to do some tests it's hard to say you use some override of category controller? if so, i will check for possible problems there. Link to comment Share on other sites More sharing options...
RudgerDZ Posted April 12, 2014 Author Share Posted April 12, 2014 I have reinstalled Prestashop & the theme and now the problem seems to be fixed...Still stabbing in the dark abaout what the problem could be, but the good thing is it's fixed 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