End of Support for Joomla 3 - Forum closed
[SOLVED] Reduce heigth between float menu and top b module
Reduce heigth between float menu and top b module was created by dpeyras
Posted 8 years 6 months ago #13659
Hi,
Could you please have a look at : www.sodata.fr and explain to me how can I reduce the blank space between my floatting menu and my top b module?
I have set a h1 css style for header text "So'Data, partenaire de confiance et booster d'activité" and don't find a css property to set top B margin or bottom menu margin.
Regards,
Denis
Could you please have a look at : www.sodata.fr and explain to me how can I reduce the blank space between my floatting menu and my top b module?
I have set a h1 css style for header text "So'Data, partenaire de confiance et booster d'activité" and don't find a css property to set top B margin or bottom menu margin.
Attachment screencapture.png not found
Regards,
Denis
by dpeyras
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 Reduce heigth between float menu and top b module
Posted 8 years 6 months ago #13663
Hi there,
to reduce the space you have 2 options.
1.) Change the space for for the grid for all sections ( top-a, top-b and so on)
Go to the template customizer > advanced > grid > more > gutter ( see image attached)
2.) If you want to change the space only for "top-a" module you have to add this code to your css/custom.css
to reduce the space you have 2 options.
1.) Change the space for for the grid for all sections ( top-a, top-b and so on)
Go to the template customizer > advanced > grid > more > gutter ( see image attached)
Attachment grid-2-3-4-5-6-7-8-9-10-11.jpg not found
2.) If you want to change the space only for "top-a" module you have to add this code to your css/custom.css
.top-a-outer {
padding: 20px 0;
}
Dokumentation:
www.joomlaplates.de/dokumentation.html
www.joomlaplates.de/dokumentation.html
by joomlaplates
Attachments:
The following user(s) said Thank You: dpeyras
Please Log in or Create an account to join the conversation.
Replied by dpeyras on topic [SOLVED] Reduce heigth between float menu and top b module
Posted 8 years 6 months ago #13666
Problem solved.
by dpeyras
Please Log in or Create an account to join the conversation.
Moderators: joomlaplates