Bottom_header overlay header
Sep '13 Joomla Template
Rate this topic: 1.00 out of 6 based on 1 vote(s)
- GK User
- Mon Feb 23, 2015 2:32 pm
- Reply with quote
- Report this post
I want the bottom_header to overlay header. I have tried to change override.css and add the following command: #gkHeaderBottom { margin-top: -50px;} . This make the header_bottom lay under header. Anyone know what to do ?
-
- Fresh Boarder
- teitbite
- Mon Feb 23, 2015 8:24 pm
- Reply with quote
- Report this post
Could you please provide me with a URL to your website, either here or via PM (click the “Private Message” text underneath my avatar) so that I may analyze it? It is a lot easier for us to diagnose issues when we have a live site to examine.
-
- Moderator
- GK User
- Mon Feb 23, 2015 9:46 pm
- Reply with quote
- Report this post
-
- Fresh Boarder
- teitbite
- Tue Feb 24, 2015 10:13 pm
- Reply with quote
- Report this post
Please add this code to override.css and make sure override is enabled in template settings.
- Code: Select all
#gkHeaderBottom {
position: relative;
}
-
- Moderator
5 posts
• Page 1 of 1