Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello,

    Just add the below code in Customizer > Custom CSS/JS

    #top-bar-nav>ul>li:last-child {
        margin-right: 15px;
    }

    If you already add this CSS ID with margin-right:0, then update that with the above code.

    Thread Starter hussainbarakat

    (@hussainbarakat)

    It works. thank you a lot.

    Do you have an idea what this element did not pick the margin style CSS. If I change the background color for experimenting the nav selector, this one pick the background color command.

    I use free yellow pencil CSS editor for free features but when some thing is not available in the free version I write the code in additional CSS window. Do you think this will cause conflict between files or it is O.K

    Regads and Best Wishes

    Hello,

    Writing in Additional CSS window will not conflict if you are writing valid code. In my opinion, use anyone to add CSS code to avoid any possible conflict.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘menu element sternge behaviour’ is closed to new replies.