Tagged: , ,

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1077327

    Hi,

    i already searched the forums but nothing really fits to my problem. I attached an image from a blog post (not the blog page) and on desktop and mobile size it looks very good but the tablet size with those huge paddings cuts the text and content too much. How can i change only the padding left and right for the tablet size? Or can i make it overall 90% maybe?

    blog padding on tablet

    thank you for your help in advance and best regards
    Toni

    • This topic was modified 5 years, 8 months ago by mobiloclean.
    #1077717

    Hey mobiloclean,

    Could you post a link to the page in question so that we can take a closer look please?

    Best regards,
    Rikard

    #1077745

    Sure, thank you for your reply.

    https://zwetko.eu/2019/02/ausbildung-2/

    #1078199

    Hi,

    Thanks for that. Please try the following in Quick CSS under Enfold->General Styling:

    @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .single-post .container {
        max-width: 90%;
    }
    }

    Best regards,
    Rikard

    #1078281

    EDIT: in my options was set 80% content width thats why it didnt work. Now its fine and works.

    Hi Rikard,

    that didnt work for. And i removed the “and” between the min and max width, thats not neccessary right? I dunno why this doesnt work, i checked my other custom css code but i guess nothing interferes with that. Do you have another idea?

    Thank you very much
    Toni

    • This reply was modified 5 years, 8 months ago by mobiloclean.
    #1078802

    Hi mobiloclean,

    Glad you got it working for you! :)

    If you need further assistance please let us know.

    Best regards,
    Victoria

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