Site logo

[Support request] Modify mobile header

Home Forums Support [Support request] Modify mobile header

Home Forums Support Modify mobile header

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1525236
    iwan

    how do i make change to mobile header?

    i made a screenshot of current layout and the changes i need

    https://ibb.co/DLLz8DM

    thanks

    #1525501
    David
    Staff
    Customer Support

    Hi there,

    can you share a link to your site so i can see what the best option is.

    #1525525
    iwan
    #1525630
    David
    Staff
    Customer Support

    Try this CSS:

    .wc-block-link-button, .wc-block-link-button:active, .wc-block-link-button:focus, .wc-block-link-button:hover {
        background:transparent
    }
    #mobile-header .inside-navigation.grid-container.grid-parent {
        padding: 20px  10px !important;
    }
    #mobile-header .site-logo {
        position: absolute;
        top: 10px;
        left: 50%;
        transform: translateX(-50%);
    }
    body.mobile-header-logo #mobile-header .menu-toggle {
        order: -1;
    }
Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.