• Resolved paselir

    (@paselir)


    Hi I want menu to the right so cab put extra items. Do you have a solution?

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter paselir

    (@paselir)

    I mean menu to the left (-; So on the right more space!

    • This reply was modified 4 years, 9 months ago by paselir. Reason: Additional information

    Hello,

    You can try to add this CSS code in Customize → Additional CSS section:

    @media (min-width: 1025px) {
        #masthead .col-md-4.col-sm-8.col-xs-12 {
            width: 28%
        }
    
        #masthead .col-md-8.col-sm-4.col-xs-12 {
            width: 72%
        }
    
        #mainnav > div > ul.menu .menu-item:first-child{
            padding-left: 0;
        }
    
        #mainnav > div > ul.menu .menu-item:last-child{
            padding-right: 0;
        }
    
        #mainnav li {
            padding: 0 10px;
        }
    }

    Kind Regards, Roman.

    Thread Starter paselir

    (@paselir)

    Yes, great it works! Thanks Roman!

    You are welcome! ??

    Kind Regards, Roman.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Menu to the right’ is closed to new replies.