I've reduced the height of the logo and want to remove the extra space between it and menu.
I'd also like to have the menu stay at the bottom of the header bar when you scroll.
I've tried several things, after changing the header bar height, but can't get the menu to stay with the logo area like it does now.
http://198.20.228.223/~classica/index.php
- Pappy
- Commercial Templates
- Tuesday, 23 December 2014
- Subscribe via email
Hello
Presuming I understand you correctly may I suggest the following related forum post.. http://www.joomla51.com/forum/8-commercial-templates/5743-position-of-lifestyle-top-menu#12300
Ciarán
Presuming I understand you correctly may I suggest the following related forum post.. http://www.joomla51.com/forum/8-commercial-templates/5743-position-of-lifestyle-top-menu#12300
Ciarán
- more than a month ago
- Commercial Templates
- # 1
I have same problem. If i want change logo heigh. Half logo not showing now. I need change Header_bar heigh and then need change menu position little bit down. Outside in Header_bar. Same kind like now but header_bar is bigger size.
- more than a month ago
- Commercial Templates
- # 2
i added this custom css. Now everything is ok except menu. If i scroll page down menu going over the logo and header.
.container_spacer2 {
height: 100px;
}
#container_header, .header_bar {
height: 200px;
}
#hornav > ul > li > a {
padding-bottom: 8px;
padding-top: 8px;
}
#hornav .menu li [class^="fa-"]:before, #hornav .menu li [class*=" fa-"]:before {
top: 10px;
}
#hornav li:hover > ul,
#hornav li ul li:hover > ul {
top: 40px;
}
#hornav li ul li:hover > ul {
top: 0px;
}
jQuery("#container_hornav".sticky({ topSpacing: 122});
.container_spacer2 {
height: 100px;
}
#container_header, .header_bar {
height: 200px;
}
#hornav > ul > li > a {
padding-bottom: 8px;
padding-top: 8px;
}
#hornav .menu li [class^="fa-"]:before, #hornav .menu li [class*=" fa-"]:before {
top: 10px;
}
#hornav li:hover > ul,
#hornav li ul li:hover > ul {
top: 40px;
}
#hornav li ul li:hover > ul {
top: 0px;
}
jQuery("#container_hornav".sticky({ topSpacing: 122});
- more than a month ago
- Commercial Templates
- # 3
I need to change:
j51container element
element {
position: fixed;
top: 122px; <---- 200px
}
j51container element
element {
position: fixed;
top: 122px; <---- 200px
}
- more than a month ago
- Commercial Templates
- # 4
Hello
Details can be sent to info@joomla51.com. Please paste a link to this post in your email for our reference.
Ciarán
Details can be sent to info@joomla51.com. Please paste a link to this post in your email for our reference.
Ciarán
- more than a month ago
- Commercial Templates
- # 10
- 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 »