By Macjoomla on Friday, 15 December 2017
Posted in General
Replies 3
Likes 0
Views 832
Votes 0
Hello,

how can i move the mainmenu in vanilla template to the left as shown in attached screenshot?

In backend of vanilla i can delete logo and then the menu module starts at left side of the page, but it does not show like this. Adding a new row did not success neither. So what may be the secret to move it to the whole left?

Thank you and best regards, Macjoomla
Hey Macjoomla,

I tried to access http://www.gedankentanke.de/community but I don't seem to see Vanilla enabled, are you testing this on a different site?

By the way, after removing the menu, you could apply the css codes below to have it aligned to the left,

[gist]
body .sp-megamenu-parent {
float: left;
}
[/gist]
·
Friday, 15 December 2017 23:15
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Mark,

thank you for your very fast answer and the css, that is working perfect!

And yes, this is and has been Vanilla – seems to be a very flexible template

Thank you and best regards, Macjoomla
·
Monday, 18 December 2017 17:20
·
0 Likes
·
0 Votes
·
0 Comments
·
You are most welcome Macjoomla
·
Monday, 18 December 2017 17:48
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post