hey folks,
just a little sunday question;-))
I launched a new website with the blocked layout (link in private). On Tablets there are margins left and right which reduce the main container (see pic 1).
At 990px breakpoint the margins disappear and the main container has full width (see pic 2). So what i like to achieve is to remove the margins earlier – lets say from 1150px on so that we can have more container space on typical tablet resolution eg. iPad pro.
Can you provide some css for that – this would be very nice;-)
Thanx and have a nice sunday.
heavyman
Hey heavyman,
Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:
@media only screen and (min-width: 768px) and (max-width:1150px) {
.responsive body.boxed#top,.responsive.html_boxed.html_header_sticky #top #header,.responsive.html_boxed.html_header_transparency #top #header {
max-width: 100% !important;
}
}
Best regards,
Mike
Hi Mike,
works perfect – thanks!
nice rest sunday;-)
heavyman
Hi,
Glad we were able to help, we will close this now. Thank you for using Enfold.
For your information, you can take a look at Enfold documentation here
For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)
Best regards,
Mike