• Resolved JenniferCross

    (@jennifercross)


    Hi Kharis,

    I would like to move the welcome area logo and button down a bit, so that it pops in centrally when viewed on a mobile. You will see that the position is correct when viewed on a laptop. Are you able to help with this please?

    Many thanks,
    Jen

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi Jen,

    Try adding this CSS code to Appearance > Customize > Additional CSS from dashboard.

    @media only screen and (max-width: 991px) {
      .welcome-logo {
        margin-top: 120px;
      }
    }
    
    @media only screen and (max-width: 750px) {
      .welcome-logo {
        margin-top: 50px;
      }
    }
    Thread Starter JenniferCross

    (@jennifercross)

    Perfect, thanks Kharis.

    Jen

    You’re welcome Jen!

    Please let us know in a new topic if you have any further questions, or if we can provide you with any other assistance.

    Regards,
    Kharis

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Location of welcome area logo on mobile’ is closed to new replies.