Post margin

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #24631
    GavinAtDOSE
    Member

    Hi,

    http://lincolnshirepharmacy.co.uk/?p=55

    On the above page the post title is hidden behind the menu when on desktop and only appears when the browser window is reduced to mobile size.

    Can you help?

    Thanks, Gavin.

    #24633
    Veena
    Moderator

    I don’t see any issue. Is this resolved?

    #24634
    GavinAtDOSE
    Member

    Hi Phoenix,

    I’ve added 120px margin at the top of the div to pull it down which works fine on the desktop but means that there is a big gap before the content on mobile.

    If this is the solution that’s fine but I’m having to add the margin for every post which I can’t expect my client to do. Is there a way to add custom css to add 120px margin to the top of individual posts?

    Thanks,

    Gavin.

    #24636
    Veena
    Moderator

    You can add like this –

    .single-post h1.post-title.entry-title {
        padding-top: 120px;
    }
    @media only screen and (max-width: 767px){
    .single-post h1.post-title.entry-title {
        padding-top: 20px;
    }
    }
    
Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘Austin Theme Support’ is closed to new topics and replies.