End of Support for Joomla 3 - Forum closed
Customisation
- ajdunne
- Topic Author
- Visitor
- Thank you received: 0
I have purchased the Joomla template "Rooms"
I need help with 2 issues please:
1. I want to decrease the white space between the Home page slideshow and the module underneath.
See attached image whitespace.jpg
2. I would like to move the position of the mobile-version menu icon (the three bars, like in Google Chrome)
See attached image menu.jpg
Can you help?
Thanks
I need help with 2 issues please:
1. I want to decrease the white space between the Home page slideshow and the module underneath.
See attached image whitespace.jpg
2. I would like to move the position of the mobile-version menu icon (the three bars, like in Google Chrome)
See attached image menu.jpg
Can you help?
Thanks
by ajdunne
Attachments:
Please Log in or Create an account to join the conversation.
- joomlaplates
- Offline
- Moderator
- Posts: 8807
- Thank you received: 1732
Hi there,
you have to analyze where the white space is coming from. Normally its a "margin" or "padding" result.
How to customize and anaylze a theme:
www.joomlaplates.com/template-customizing
And now remove the padding or margin and insert the customized css code into the file: css/custom.css
The offcanvas icon must be customized in the same way, analyze the Div and move it down.
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.
you have to analyze where the white space is coming from. Normally its a "margin" or "padding" result.
How to customize and anaylze a theme:
www.joomlaplates.com/template-customizing
And now remove the padding or margin and insert the customized css code into the file: css/custom.css
.uk-container {padding-bottom:0}
Attachment padding.jpg not found
The offcanvas icon must be customized in the same way, analyze the Div and move it down.
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
Last Edit:9 years 4 months ago
by joomlaplates
Attachments:
Last edit: 9 years 4 months ago by joomlaplates.
Please Log in or Create an account to join the conversation.
Moderators: joomlaplates