End of Support for Joomla 3 - Forum closed
[SOLVED] LEft and Right margins in mobile view
Hello, how can i make the left and right margins smaller so that the page shows in 100% of the page in mobile view.
www.valsamidis.com
www.valsamidis.com
Attachment valsamidiscom.jpg not found
by cbal32
Attachments:
Please Log in or Create an account to join the conversation.
- joomlaplates
- Offline
- Moderator
- Posts: 8807
- Thank you received: 1732
Replied by joomlaplates on topic LEft and Right margins in mobile view
Posted 5 years 8 months ago #23019
Add a css code to your css/custom.css
@media screen and (max-width: 768px) {
.uk-container {
padding: 0 10px;}
}
Dokumentation:
www.joomlaplates.de/dokumentation.html
www.joomlaplates.de/dokumentation.html
by joomlaplates
The following user(s) said Thank You: cbal32
Please Log in or Create an account to join the conversation.
Replied by cbal32 on topic [SOLVED] LEft and Right margins in mobile view
Posted 5 years 8 months ago #23033
Problem solved.
by cbal32
Please Log in or Create an account to join the conversation.
Moderators: joomlaplates