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
- Louw
- Commercial Templates
- Friday, 19 September 2014
- Subscribe via email
Balmmnd77: Details can be sent to info@joomla51.com. For our reference please paste a link to this post in your email.
Ciarán
Ciarán
- more than a month ago
- Commercial Templates
- # 1
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..
Ciarán
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
- more than a month ago
- Commercial Templates
- # 2
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
- more than a month ago
- Commercial Templates
- # 3
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
is there a wau i can privatley let you seee the site???
thanks
- more than a month ago
- Commercial Templates
- # 4
Not sure if I understand you correctly. What height would you like above the logo and what height below?
Ciarán
Ciarán
- more than a month ago
- Commercial Templates
- # 5
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.
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.
- more than a month ago
- Commercial Templates
- # 6
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..
Ciarán
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
- more than a month ago
- Commercial Templates
- # 7
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
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
- more than a month ago
- Commercial Templates
- # 8
Hi Louw
Try adding the following to the Custom CSS field of your templates parameters..
You will also need to edit the following in your templates scripts.php (../templates/j51_lifestyle/php/scripts.php)..
Change to...
Ciarán
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
- more than a month ago
- Commercial Templates
- # 9
- Page :
- 1
There are no replies made for this post yet.
Be one of the first to reply to this post!
Be one of the first to reply to this post!
Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here. Register Here »