Viewing 4 replies - 1 through 4 (of 4 total)
  • Hey,

    We inspected your site and your primary menu is on right. Please be specific on what you exactly want. We will try to reach you soon.

    May you dedicate the New Year to humanity and the betterment of the world at large! Wishing you a very Happy New Year 2020.

    Good Day,
    Best Regards. ??

    Thread Starter mertimiks

    (@mertimiks)

    It is not right enough it is located in the middle. And I also want to shrink primary menu with this code

    .header-bottom {
        background: black;
        padding: 0px 0px 0px 0px;
    }

    but it didnt work

    Hey,

    The location of Primary Menu cannot go right from that position, if forcefully done with css, it will effect width of the sites which may result in altering the site. To shrink primary menu you may add this to your additional css:

    #site-navigation ul li a {
    	width: 102px;
    }
    #site-navigation ul li {
    	padding: 23px 15px 23px 0;
    }

    Good Day,
    Best Regards. ??

    Thread Starter mertimiks

    (@mertimiks)

    Solved Thanks.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to move primary menu to right?’ is closed to new replies.