Blog Layout responsive

Home Forums Jevelin Theme Blog Layout responsive

Home Forums Jevelin Theme Blog Layout responsive

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • SoCal1894
    Participant

    Hello Support,

    –> http://www.djk-ost.de

    I try to have the blog layout as wide as possible but even with investagation within chrome I can’t find any paddings or margins which limit the width. I want to have the whole Blogpost including featured image and the sidebar widgets in full width.

    Can you please help me here 🙂

    Thanx

    Attachments:
    You must be logged in to view attached files.

    Shufflehound
    Moderator

    Hello,

     

    To achieve a full-width blog layout on mobile, including the featured image and sidebar widgets, you can try using the following custom CSS. This should help expand the width of the content:

    @media (min-width: 550px) {
        body .container {
            max-width: 90%!important; 
            padding: 0!important;
        }
    }

     

    This CSS will remove any padding and set the width to 100% for screens wider than 550px. You can adjust the media query value to fit your needs for different screen sizes.

     

    Please let us know if you need further assistance! 🙂

     

    Best regards,
    Shufflehound Team

    • This reply was modified 3 months, 2 weeks ago by Shufflehound.
Viewing 2 posts - 1 through 2 (of 2 total)