Home › Forums › Jevelin Theme › Blog Layout responsive
Home › Forums › Jevelin Theme › Blog Layout responsive
Hello Support,
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
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