Site logo

[Resolved] How to change the extra button in the MENU on mobile

Home Forums Support [Resolved] How to change the extra button in the MENU on mobile

Home Forums Support How to change the extra button in the MENU on mobile

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1529316
    Robert

    Hi

    I addes a button “Szkolenie…” into the MENU via CSS code.

    On the desktops it looks good but on the mobiles its very long: over the whole menu

    I wanna ask how to change the extra button in the MENU on mobile that he would looks indetically
    like on the desktop version + move it little bit to the left ?

    Kr
    Robert

    #1529583
    David
    Staff
    Customer Support

    Hi there,

    try adding this CSS:

    @media(max-width: 768px) {
        .main-navigation:not(.slideout-navigation) .main-nav li.studio-button {
            display: inline-block;
        } 
        .main-navigation:not(.slideout-navigation) .main-nav li.studio-button a {
            margin-left: 10px !important;
            margin-bottom: 20px;
        }
    }
    #1531229
    Robert

    ideal!

    thx
    R

    #1531246
    David
    Staff
    Customer Support

    You’re welcome

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