1. glman30
  2. Commercial Templates
  3. Thursday, 27 August 2015
  4.  Subscribe via email
Is there any way to remove the space above and below the logo on top ? It takes up to much space on my page as is.
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

To amend try adding the following to the Custom CSS field of your templates parameters (default 40px - edit to taste)...


#header {
padding-bottom: 20px;
padding-top: 20px;
}


Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
In that CSS you have to make custom modification to remove the space on both sides to add it in the CSS template_rtl.css , but the code does not respect me . What can I do?
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

The above code can be added to the Custom CSS field of your templates parameters. From your Joomla administration navigate to Extensions -> Template Manager -> [YourTemplateStyle] -> Custom CSS.

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 3
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!