1. nickskehan
  2. Commercial Templates
  3. Thursday, 13 August 2015
  4.  Subscribe via email
Hi Guys,

Here is a link to a site I am doing for a friend http://pharmaevolve.freesite.host/index.php

I am using the Cashmere template.

I would like to close the gaps on the header, I have tried using custom css on header-1 but nothing seems to take effect, I would also like to close the gap further down the page before the 'Focus = Innovation – Engineering – Education ….for Pharmacy Business Development'.

Any help greatly appreciated.
Nick
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Nick

Presuming I understand you correctly try adding the following to the Custom CSS field of your templates parameters (edit to taste)...


/* Top Header Spacing */
#container_header {
height: 0px;
}
/* Bottom Header Spacing */
#container_hornav {
margin-bottom: 0px;
}


To close the gap further down the page you can also add the following...


#container_top1_modules {
margin-bottom: 80px;
}


Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Thanks a mill Ciaran

So quick with the response too!

Nick
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Just another quick question

When I am adding to the custom css should I name the position or the module.

I want to reduce the size of the space/container where the
Focus = Innovation – Engineering – Education ….for Pharmacy Business Development
is located, it is in position top-2a and the title is focus.

The css I have used to reduce the height is

#top-2a {
height: 30px;
}
It is having no effect is there something I am doing wrong.

Kind regards
Nick
  1. more than a month ago
  2. Commercial Templates
  3. # 3
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Nick

Sorry to say module positions do not have unique class names, only the holder for that block of modules (.top-2). Your H2 text would have a top and bottom margin by default which you can remove with the following...


.top-2 h2 {
margin-bottom: 0 !important;
margin-top: 0 !important;
}


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


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

Join Our Newsletter

* indicates required
We respect your privacy and do not tolerate spam and will never sell, rent, lease or give away your information (name, email, number, etc.) to any third party. Nor will we send you unsolicited email.
Joomla51 - Mullaghmore, Co. Sligo, Ireland
Joomla51.com is not affiliated with or endorsed by the Joomla! Project or Open Source Matters.
The Joomla! name and logo is used under a limited license granted by
Open Source Matters
the trademark holder in the United States and other countries.

We use cookies on our website. Some of them are essential for the operation of the site, while others help us to improve this site and the user experience (tracking cookies). You can decide for yourself whether you want to allow cookies or not. Please note that if you reject them, you may not be able to use all the functionalities of the site.

Ok