1. UKPonchoMan
  2. Commercial Templates
  3. Thursday, 23 April 2015
  4.  Subscribe via email
Hi,

There are three changes I am trying to make to my site (http://www.usaf-sig.org) for which I would appreciate assistance...

1. I would like to reduce the gap between the top of the page and the top of the content - therefore reducing the gap between the logo and the content section;
2. I would like to move the "hits" counter from the right hand side bar into the hornav menu bar if possible;
3. I don't know how to make the standard J51 search bar visible.

All help greatfully received!

Chris
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Chris

1. Try adding the following to the Custom CSS field of your templates parameters...


#container_header {
height: 125px;
}
#socialmedia {
top: 125px;
}


2. Your best option would be to create a new module position to accommodate your module in this area of the template. Details on doing so can be found here.. http://www.joomla51.com/tutorials/item/creating-a-new-module-position-in-the-header-area-of-your-template

3. AN option to enable the search is available in your templates parameters (Extensions -> Template Manager -> [YourTemplateStyle] -> Search

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

1. Works great, but the slogan has disappeared - is there CSS code to adjust it?
2. Will give this a try
3. The Polaris template doesn't have an option for "Search" for some reason??

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

1. Try also adding the following to your Custom CSS field (adjust to taste)...


p.site-slogan {
position: absolute;
top: 30px;
}


3. My apologies, this is correct. There is no search field integrated in to our Polaris template. The only option would to be create a search module in one of the available module positions. For details on creating a new module position in the header area of your template can be found here... http://www.joomla51.com/tutorials/item/creating-a-new-module-position-in-the-header-area-of-your-template

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 3
Accepted Answer Pending Moderation
0
Votes
Undo
Thanks Cieran - that resolves the first problem and gives me a way forward on the other two. Much appreciated!

Chris
  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!