[Support request] Changing text area padding desktop only

Home Forums Support [Support request] Changing text area padding desktop only

Home Forums Support Changing text area padding desktop only

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2264774
    Patricia

    hi guys how are you? can you please help me to adjust the padding only
    where there is the article, only for desktop?

    If you take a look at this image, you can see what I mean

    https://ibb.co/ZTmX256

    Thank you all!

    #2264997
    David
    Staff
    Customer Support

    Hi there,

    you would need this CSS:

    @media(min-width: 769px) {
        .single-post .entry-content {
            padding: 0 10px 0 10px;
        }
    }

    The padding valures are Top Right Bottom Left in that order.

    #2265030
    Patricia

    You guys are brilliant thank you so so much! 🙂

    #2265488
    David
    Staff
    Customer Support

    Glad we could be of help!

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