This topic has 1 reply, 2 voices, and was last updated 7 years by Laura.

  • Author
  • #171240
     agolden42
    Participant

    I am using the header layout with the site logo in the center. I would also like it to be in the center on mobile as well. What CSS can I add to do that?

    #171316
     Laura
    Moderator

    Hello, try by adding this to style.css of child theme

    COPY CODE
    
    @media (max-width: 991px) {
    strong.logo {
        margin: 0 auto !important;
        padding-left: 70px;
    }
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.

Log in with your credentials

Forgot your details?