hi
it is possible to display in full width on mobile ?
HI,
Unfortunately, there’s no such feature, it would require a custom implementation. If customizations are required for your site, please try customizing it using the collection of code snippets Search · user:hivepress · GitHub and other developer resources, or consider hiring someone for custom work https://fvrr.co/32e7LvY
for my part I found this full width css:
.container {
width: 100%;
max-width: 100%;
padding-left: 0;
padding-right: 0;
margin-left: auto;
margin-right: auto;
box-sizing: border-box;
}
1 Like
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.