Support Forum

Please note that this forum is only available to you in read only mode. In order to contribute to this conversation you will need to renew your subscription.

Template Modification

zentoolsIf you use Zentools please post a review at the Joomla! Extensions Directory.

Hello,
I had some issues concerning the design of the template of our website
www.rs-thannhausen.de/rs

1) How can I change the height of the logoelemets?
2) How do I customize width of the buttons on the navigation bar?
3) Is it possible to reduce the width of the sidebar?
4) Where do I customize color of the read more buttons?
5) The distance of the custom modules in the sidebar down is too large
6) Where can I change the font size of the article title?

Thank you for your great support and your very good work.
many greetings
Marcus
  • 20mala's Avatar
  • 20mala
  • 12 Month basic
  • 43 posts
  • 1 Thanks
  • Karma: 1
The administrator has disabled public write access.
Hi

1. Logo wise it would be a case of cropping the image as per the required height currently the browser is resizing the image

www.rs-thannhausen.de/rs/images/logo.png

so it fits the template width
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
2. It would be a case of adjust the css of the menu link and then the breakpoint values as required

breakpoints meaning when the menu changes to mobile menu

The line you would be looking to change would be

#menu ul>li a, #menu ul>li .zen-menu-heading {padding: 12px 30px 11px 20px;}

with the second and last being right and left padding respectively
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
3. You can change the widths via the layout tab settings


4. Colour wise you mean font colour for read more specifically?
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
5. You have elements wrapped in p tags

.custom p {margin: 0px;} this will reduce p margin

.sidebar .moduletable {padding-bottom: 40px;} this is the current value
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
6. this is the current value

h1 {font-size: 39px;}

So you need to change this value as required

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Customsation wise for this template is

docs.joomlabamboo.com/zen-grid-framework-4/theme/customisation.html
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.

zentoolsIf you use Zentools please post a review at the Joomla! Extensions Directory.

Happy Campers