End of Support for Joomla 3 - Forum closed
White space between Top A/B/C/D
- t_bromehead@yahoo.fr
- Offline Topic Author
- Junior Boarder
- Posts: 26
- Thank you received: 1
White space between Top A/B/C/D was created by t_bromehead@yahoo.fr
Posted 7 years 3 months ago #18002
Hello,
How can I reduce the white space between the top a/b/c/d positions?
I'd like it to be zero as I have some parallax that I want to display as if they were stuck together linearly.
Thanks,
Thomas
How can I reduce the white space between the top a/b/c/d positions?
I'd like it to be zero as I have some parallax that I want to display as if they were stuck together linearly.
Thanks,
Thomas
Please Log in or Create an account to join the conversation.
- joomlaplates
- Offline
- Moderator
- Posts: 8807
- Thank you received: 1732
Hi there,
if you want to customize a template ( logo.gif, color, font or background) and don´t know the css class, please use Firefox with the Firebug extension. Now you can analyze every CSS style for customizing the template CSS. Firebug Tutorial
www.joomlaplates.com/template-customizing
Add this code to your css/custom.css to remove the gap between the top a/b/c
if you want to customize a template ( logo.gif, color, font or background) and don´t know the css class, please use Firefox with the Firebug extension. Now you can analyze every CSS style for customizing the template CSS. Firebug Tutorial
www.joomlaplates.com/template-customizing
Add this code to your css/custom.css to remove the gap between the top a/b/c
.wrapper {
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.
- t_bromehead@yahoo.fr
- Offline Topic Author
- Junior Boarder
- Posts: 26
- Thank you received: 1
Replied by t_bromehead@yahoo.fr on topic White space between Top A/B/C/D
Posted 7 years 2 months ago #18136
Hello,
Sorry this isn't doing anything. I've switched back to the xtra template which offers more customization tools.
How can I also create a top D in xtra?
Thanks,
Thomas
Sorry this isn't doing anything. I've switched back to the xtra template which offers more customization tools.
How can I also create a top D in xtra?
Thanks,
Thomas
Please Log in or Create an account to join the conversation.
- joomlaplates
- Offline
- Moderator
- Posts: 8807
- Thank you received: 1732
Here is a brief description how to add a module position:
yootheme.com/themes/documentation/developers/widgets-2
yootheme.com/themes/documentation/developers/widgets-2
Dokumentation:
www.joomlaplates.de/dokumentation.html
www.joomlaplates.de/dokumentation.html
by joomlaplates
Please Log in or Create an account to join the conversation.
- t_bromehead@yahoo.fr
- Offline Topic Author
- Junior Boarder
- Posts: 26
- Thank you received: 1
Replied by t_bromehead@yahoo.fr on topic White space between Top A/B/C/D
Posted 7 years 2 months ago #18146
Hello,
Thanks a lot.
Thomas
Thanks a lot.
Thomas
Please Log in or Create an account to join the conversation.
Moderators: joomlaplates