Hello
I would like to know :
How to center the menu "Primary Menu - Style 5" like "Primary Menu - Style 2".
How to remove the gray line under the menu.
Thank you.
8 replies · opened Apr 6, 2020
Hello
I would like to know :
How to center the menu "Primary Menu - Style 5" like "Primary Menu - Style 2".
How to remove the gray line under the menu.
Thank you.
Hello,
Simply remove the .full-header Class from the #header Element.
Simply add the .border-bottom-0 Class to the #header Element.
This will definitely work fine. Hope this Helps!
Let us know if we can help you with anything else or if you find any further issues.
Hello,
Thank you for your help,it works fine.
There is still a border on the right of the menu. I tried several things to remove it but I did not succeed. Could you help me ?
I have attached a photo.
Thank you.
Hello,
Adding the .border-right-0 Class to the #primary-menu's <ul> Tag will fix this.
Hope this Helps!
Let us know if we can help you with anything else or if you find any further issues.
Hello,
Your solution did not work but I ended up finding it. Here's how I did it:
#header.full-header #primary-menu > ul {
float: left;
padding-right: 15px;
margin-right: 15px;
border-right: 0px solid #EEE;
Thank you for your help.
Hello,
Using the following code would have worked in the same way:
	
Let us know if we can help you with anything else or if you find any further issues.
Hello,
The menu is well centered but the last elements pass on a second line when you go down on the website.
I attach a photo and here is the code:
<!-- Header============================================= -->
<header id="header" class="border-bottom-0">
<div id="header-wrap">
<div class="container clearfix">
<!-- Primary Navigation============================================= -->
<nav id="primary-menu" class="style-5">
<ul class="border-right-0">Thank you.
Hello,
This occurs when there are too many items in the Menu than the available size. You can consider decreasing the Size of the Text of the Menu Links:
#primary-menu ul li > a {
padding-left: 12px;
padding-right: 12px;
font-size: 12px;
letter-spacing: 0px;
}
This should definitely work fine. Hope this Helps!
Let us know if we can help you with anything else or if you find any further issues.
Thank you it's perfect.
Have the same question, or something new?
Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.
Reply on the dashboard