Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #728931

    Hello Are it possible to make a menu navigation in center of the page?
    I use wide screen and all menu is floating to the left
    the website is: http://dg.wbit.co.il
    thanks

    #729008

    Hey wbitsolutions,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    @media only screen and (min-width: 1440px) {
    .html_header_top.html_main_nav_header #top .av_menu_left .main_menu {
        left: 15%;
    }}
    

    Best regards,
    Yigit

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.