End of Support for Joomla 3 - Forum closed
space between modules
Hi,
I need to reduce the space between the menu and the content section, as you can see in my screenshot. The problem is only with the smartphone view. Can you help me?
Thanks!
I need to reduce the space between the menu and the content section, as you can see in my screenshot. The problem is only with the smartphone view. Can you help me?
Thanks!
by griffin
Attachments:
Please Log in or Create an account to join the conversation.
- joomlaplates
-
Offline
- Moderator
-
- Posts: 8841
- Thank you received: 1736
Please Log in or Create an account to join the conversation.
[secret]
www.lucasalvadoriviolin.it
[/secret]
thanks!
thanks!
by griffin
Please Log in or Create an account to join the conversation.
- joomlaplates
-
Offline
- Moderator
-
- Posts: 8841
- Thank you received: 1736
Try this code below and add the css style to your css/custom.css
@media screen and (min-width: 768px) {
.main-outer {
padding: 0 !important;
}
}
Dokumentation:
www.joomlaplates.de/dokumentation.html
www.joomlaplates.de/dokumentation.html
by joomlaplates
Please Log in or Create an account to join the conversation.
Thanks!
I put the code -using FTP client - into templates/jp-gusto/css/custom.css, but nothing happens. (the permissions are ok, 755)
I try to put the code into the template settings, using administrator area of the site (where we add the google analytics code, p.e.) and I see the code at the footer in home page.
Regards,
Jo
I put the code -using FTP client - into templates/jp-gusto/css/custom.css, but nothing happens. (the permissions are ok, 755)
I try to put the code into the template settings, using administrator area of the site (where we add the google analytics code, p.e.) and I see the code at the footer in home page.
Regards,
Jo
by griffin
Please Log in or Create an account to join the conversation.
- joomlaplates
-
Offline
- Moderator
-
- Posts: 8841
- Thank you received: 1736
Hi there,
1.) Disbale the "Always compile LESS", see image below
2.) Check the css/custom.css file, because it is not available
Your site > right click > show source > click the custom.css file
1.) Disbale the "Always compile LESS", see image below
2.) Check the css/custom.css file, because it is not available
Your site > right click > show source > click the custom.css file
Attachment Screenshot_5-2-3-4-5-6-7-8-9-10-11-12-13-14-15-16-17-18-19.jpg not found
Dokumentation:
www.joomlaplates.de/dokumentation.html
www.joomlaplates.de/dokumentation.html
by joomlaplates
Attachments:
Please Log in or Create an account to join the conversation.
Moderators: joomlaplates