Alanpalazon

Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: Add Space above First Text area image #143740
    Alanpalazon
    Power User

    I had the same issue and it’s easily solved with a CSS media query. Add this to the custom CSS panel in the theme customiser.
    ————————————-

    @media screen and (max-width: 650px)
    #lp-text-one {
    padding-top: 50px;
    }

    ———————————–

    Note that if you change the order of the text boxes on your landing page you’ll need to change the HTML id that you target with the above code so that the correct tex area is modified.

    Alanpalazon
    Power User

    MFP I managed to sort it myself. Here’s the CSS I used.

    .header-fixed img.custom-logo {
    content: url(url of your logo image);
    }

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