New Landing How can we help? Themeforest Theme Support Dante Is there a way to change the look of my blog posts on mobile?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Posted in: Dante
  • #279364
    Joanna
    Member
    Post count: 185

    Hi there,

    I have managed to style my blog posts the way I want them but I just realized that it does not look good on mobile 🙁 http://www.varrojoanna.com/home-office/

    Is there a way that I could set different styling for mobile view? I would just want to make smaller padding and maybe make the font size smaller.

    Or to set in the custom CSS that this specific style I added should be only on desktop?

    Thank you,

    Joanna

    Attachments:
    You must be logged in to view attached files.
    #279367
    David Martin – Support
    Moderator
    Post count: 20834

    You would need to override your custom CSS with media queries for different mobile/tablet screen sizes.

    You need to reset the padding in this class of yours:

    .single-post .article-body-wrap {
    
    }

    A media query like this should do it:

    @media only screen and (max-width: 767px) {
    
    }

    Thanks.

    #279369
    Joanna
    Member
    Post count: 185

    Wow that was fast! It worked perfectly for me! Thank you very much for such a quick help!

    Joanna

    #279403
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Great thanks to David.
    Mohammad

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

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register