New Landing How can we help? Themeforest Theme Support Neighborhood Blog Post Alignment Issue

Viewing 15 posts - 1 through 15 (of 15 total)
  • #330253
    guentherportfolio
    Member
    Post count: 266

    Hi there,

    once again I have the strange issue, that the media above a blog post isn’t aligned to the text vertically. So it isn’t centered. The last time, we had this issue if I deactivate the sidebar. This time, I want to activate the sidebar again and the problem appears again 🙁 Do you have any hints what I could check to solve this issue? Thanks in advance…

    #330254
    guentherportfolio
    Member
    Post count: 266
    This reply has been marked as private.
    #330395
    David Martin – Support
    Moderator
    Post count: 20834

    What is the link to that blog post you mention?

    Thanks.

    #330396
    guentherportfolio
    Member
    Post count: 266
    This reply has been marked as private.
    #330399
    David Martin – Support
    Moderator
    Post count: 20834

    Please add this to Theme Options => Custom CSS:

    .inner-page-wrap figure.media-wrap.full-width-detail {
        float: none;
    }
    #330409
    guentherportfolio
    Member
    Post count: 266

    Thanks David,

    it is better, but doesn’t work at all. Could you please check it again.

    #330415
    David Martin – Support
    Moderator
    Post count: 20834

    it is better, but doesn’t work at all.

    – can you clarify what this means exactly? Please do clear your plugin caches after adding the CSS.

    #330419
    guentherportfolio
    Member
    Post count: 266
    This reply has been marked as private.
    #330472
    David Martin – Support
    Moderator
    Post count: 20834

    Hi,

    Please amend to this:

    .inner-page-wrap figure.media-wrap.full-width-detail {
        float: none;
        padding-left: 30px;
    }
    #330582
    guentherportfolio
    Member
    Post count: 266

    Hi David,

    thanks for your help so far, but actually this isn’t a solution since it isn’t working on mobile devices. Is there another way?

    Thanks

    #330631
    David Martin – Support
    Moderator
    Post count: 20834

    H,

    This will resolve it for both desktop & mobile.

    .inner-page-wrap figure.media-wrap.full-width-detail {
        float: none;
        padding-left: 30px;
    }
    @media only screen and (max-width: 767px) {
    .inner-page-wrap figure.media-wrap.full-width-detail {
        padding-left: 0px;
    }
    }
    #330728
    guentherportfolio
    Member
    Post count: 266

    Thank you very much. Will this be included in a future update?

    #330729
    guentherportfolio
    Member
    Post count: 266

    By the way…Mobile devices are fine now, but the desktop version doesn’t work unfortunately.

    #330864
    David Martin – Support
    Moderator
    Post count: 20834

    Hi,

    Yes, you are missing the class prefix .:

    #330865
    David Martin – Support
    Moderator
    Post count: 20834

    Hi,

    Yes, you are missing the class prefix .:

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

You must be logged in to reply to this topic.