Header Issues

Home Forums Legacy Support Support queries Other issues Header Issues

  • This topic has 3 replies, 3 voices, and was last updated 3 years ago by Ada.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #351773
    Kadous_263
    Participant
    In the header that I have, how do I push the menu a bit to the right so that the menu can be next to the logo and not below it (https://prnt.sc/11990mr)
    #351848
    Veronica
    Moderator
    hi the delay in response due to support holiday the menu is below the logo because the menu item increases if you delete one item it will be aligned
    #352013
    Kadous_263
    Participant
    I don't want to delete any item. I just want to move the middle menus a bit to the right so it can go up next to the logo
    #352060
    Ada
    Participant
    Hi, Please add this css code in appearance>>customize>>custom css
    
    @media(min-width:1130px)
    {
        header.sleek.fix .row {
        min-width:1400px !important;
       
    }
     header.sleek.fix .topmenu{
            float:left !important;
        }
    }
    
Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Header Issues’ is closed to new replies.