[Resolved] left padding fixed

Home Forums Support [Resolved] left padding fixed

Home Forums Support left padding fixed

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #662140
    Torsten

    Hi,
    I would like to give space on the left to
    a) the header image (Logo) and
    b) the menu in the left sidebar widget area,
    pixel or percentage, according to screenshot https://bit.ly/2PahGHh
    best,
    Torsten

    #662485
    Leo
    Staff
    Customer Support

    Hi there,

    Try this CSS:

    @media (min-width: 769px) {
        .main-navigation {
            margin-left: 100px;
        }
    }

    Adding CSS: https://docs.generatepress.com/article/adding-css/

    #663068
    Torsten

    thx a lot.

    #663420
    Leo
    Staff
    Customer Support

    No problem 🙂

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