End of Support for Joomla 3 - Forum closed
[SOLVED] space in mobile
Attachment bw.jpg not found
Attachment bw.jpg not found
how do i reduce the space on the side on mobile?
i want to have minimal space on the saide were do i control it?
thank you
by zack.ari
Attachments:
Please Log in or Create an account to join the conversation.
- joomlaplates
- Offline
- Moderator
- Posts: 8807
- Thank you received: 1732
Please Log in or Create an account to join the conversation.
- joomlaplates
- Offline
- Moderator
- Posts: 8807
- Thank you received: 1732
Hi there,
1.) Create a css/custom.css
2.) Add this code below in it ( You can change the sizes too)
@media (max-width: 768px) {
.uk-container {
padding:50px 0 0 0 !important; /* top right bottom left*/
}
}
1.) Create a css/custom.css
2.) Add this code below in it ( You can change the sizes too)
@media (max-width: 768px) {
.uk-container {
padding:50px 0 0 0 !important; /* top right bottom left*/
}
}
Dokumentation:
www.joomlaplates.de/dokumentation.html
www.joomlaplates.de/dokumentation.html
by joomlaplates
The following user(s) said Thank You: zack.ari
Please Log in or Create an account to join the conversation.
Moderators: joomlaplates