complete pro white spacing

Home Forums All Other Themes complete pro white spacing

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #175101
    NigelNigel
    Participant
    • Topics: 171
    • Replies: 311
    • Total: 482
    Member since: March 17, 2016

    Hi

    couple of minor issues with this theme (not using sliders)

    1. H1 text line spacing (on mobile device view) can this be opened?, see:
    https://www.sandwich-caravan-storage.co.uk/wordpress/wp-content/uploads/2021/02/Capture1.gif

    2. Spacing under the logo, can this be reduced? see:
    https://www.sandwich-caravan-storage.co.uk/wordpress/wp-content/uploads/2021/02/Capture2.gif

    thanks

    #175226
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30649
    • Total: 30649
    Member since: August 16, 2013

    Hi,

    Kindly use this CSS.

    @media screen and (max-width:479px) {
    #content h1 {
        line-height: 50px;
    }
    }
    .thn_post_wrap h1 {
        margin: 0;
    }

    Regards,
    Dave

    #175228
    NigelNigel
    Participant
    • Topics: 171
    • Replies: 311
    • Total: 482
    Member since: March 17, 2016

    perfect, have a great weekend

    #175275
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30649
    • Total: 30649
    Member since: August 16, 2013

    🙂

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