By Paul Murray on Tuesday, 09 May 2017
Posted in General
Likes 0
Views 1.5K
Votes 0
Hi SI Team

I wonder if you could help me with 2 tiny items with respect to Menu formatting?

I need to have a “Legal” menu on my site.

Really all I want is to have it as unobtrusive as possible.
You can see it here if you look at the bottom of the page:
https://www.finalbug.net

a) Is there a way to putting some padding around the menu so it is not squashed next to the content directly above it?
b) Is there a way to center the word/menu item “Legal” in the middle of the menu!

Any help with this would be greatly appreciated

thanks

Paul
Hi Paul,
I have provided a draft custom css below that you may use. You can change the margin according to your needs.
However, do note that this may or may not work for you since this does not target a specific module. Do note that since this is not a design issue related to our component, this is actually out of our support scope.

.container .module.module-content-top {
margin-top: 10px !important;
margin-bottom: 10px !important;
}
·
Tuesday, 09 May 2017 19:38
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Rayomond

Thanks for this.
Any help is appreciated.
I will try this.

all the best

Paul
·
Tuesday, 09 May 2017 20:07
·
0 Likes
·
0 Votes
·
0 Comments
·
You are most welcome Paul
·
Tuesday, 09 May 2017 21:43
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post