1. Louw
  2. Sherlock Holmes
  3. Commercial Templates
  4. Friday, 19 September 2014
  5.  Subscribe via email
I'm sorry to bother but how what do I place in the custom css of the template if I want to move the menu up. I managed to move the logo position but all my attempts at moving the menu have failed. I would really appreciate your help.


link

Kind Regards,

Louw
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Louw

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


#container_header {
height: 81px;
}


You will also need to edit the following in your templates scripts.php (../templates/j51_lifestyle/php/scripts.php)..


jQuery(window).load(function(){
jQuery("#container_hornav").sticky({ topSpacing: 122 });
});


Change to...


jQuery(window).load(function(){
jQuery("#container_hornav").sticky({ topSpacing: 81 });
});


Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
One more question regarding the top menu.

I would like the postion of the menu on the homepage of lifestyle template to be slightly higher when you open the page. I can change this with the Header Vertical Spacing in the template settings(to 190px) but that also brings the content into view that should only appear when someone scrolls. I tried to change this myself by modify the class="container_spacer2" style="min-height: 20px;" in the index.php file but that also changed for the other pages.

What can I place in the custom code section so that the content is below the fold when the home page opens but does not effect the style of the other pages?

I would really appreciate your help

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

To set an alternative height to the space below your templates logo/menu to can add the following to the Custom CSS field of your templates parameters editing to your own taste..


.container_spacer2 {
height: 220px;
}


Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 3
Accepted Answer Pending Moderation
0
Votes
Undo
Thanks for code. That does decrease the space above menu and header but it also brings the content above the fold when one first opens the home page. I would like the content to stay out of site till someone scrolls.

link

On other words I would decrease the space above the menu but keep the content out of site for the home page.

I'm sorry if this sounds a little confusing but I really do appreciate your advice.
  1. more than a month ago
  2. Commercial Templates
  3. # 4
Accepted Answer Pending Moderation
0
Votes
Undo
Not sure if I understand you correctly. What height would you like above the logo and what height below?

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 5
Accepted Answer Pending Moderation
0
Votes
Undo
Hi, sorry but that all looks very stange now and also totally unusable when you narrow the page

is there a wau i can privatley let you seee the site???
thanks
  1. more than a month ago
  2. Commercial Templates
  3. # 6
Accepted Answer Pending Moderation
0
Votes
Undo
I'm sorry for not making it clearer. I've inserted your code in my custom css field and that moves the menu up but it also brings the article and module content into view when one first opens the home page. See attached image. I don't wont people to see the bottom content until they scroll so I would like that to move down so that it is not visible in the beginning. I believe it may be the .content_background_container but I'm not sure
  1. more than a month ago
  2. Commercial Templates
  3. # 7
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

The following CSS allows you to edit the distance between your logo and the beginning of your content (Constructions Project etc.). Edit this CSS to your own taste..


.container_spacer2 {
height: 320px;
}


Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 8
Accepted Answer Pending Moderation
0
Votes
Undo
Balmmnd77: Details can be sent to info@joomla51.com. For our reference please paste a link to this post in your email.

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 9
  • 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