End of Support for Joomla 3 - Forum closed
Smartphone left right margin size
- megu_1110
- Topic Author
- Visitor
- Thank you received: 0
hello,
I would like to change smaller margin size at smartphone view.
Thank you for taking care of it.
I would like to change smaller margin size at smartphone view.
Thank you for taking care of it.
by megu_1110
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 Smartphone left right margin size
Posted 9 years 5 months ago #8386
Add this code to your file: css/custom.css
We are committed to help you with any type of support query, however we can't provide extensive help in terms of customizations. In general customizations may look simple but you will require solid knowledge of web technologies and programming skills to do them or hire a professional who can do it for you.
@media (max-width: 480px) {
.uk-container {
padding-right: 20px;
padding-left; 20px
}
}
We are committed to help you with any type of support query, however we can't provide extensive help in terms of customizations. In general customizations may look simple but you will require solid knowledge of web technologies and programming skills to do them or hire a professional who can do it for you.
Dokumentation:
www.joomlaplates.de/dokumentation.html
www.joomlaplates.de/dokumentation.html
by joomlaplates
Please Log in or Create an account to join the conversation.
Moderators: joomlaplates