Jump to content

Move menu from left to right + lower right colomn


RudgerDZ

Recommended Posts

Hello All

I 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.php

This 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

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

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

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

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...