I asked how to fix the menu on the renovate template, I was told to add this to the custom css:
#container_header, #container_hornav {
position: fixed;
}
When I do the menu disappears.
If I do it on the enlighten template it works fine.
Any suggestions please
Cheers
Nigel
http://www.westernsafetycorp.com/hosted/booking/
Also can you advise me how I can make the showcase container start at the bottom of the header and not behind it, as you can see from the site my HTML5 banner is not showing fully
Cheers
Nigel
Also can you advise me how I can make the showcase container start at the bottom of the header and not behind it, as you can see from the site my HTML5 banner is not showing fully
Cheers
Nigel
- more than a month ago
- Commercial Templates
- # 2
Hi Nigel
To move your slideshow module try adding the following to the Custom CSS field of your templates parameters...
*EDITED*.. Are you having the menu issue on a particular browser? We are unable to replicate the issue in Firefox.
Ciarán
To move your slideshow module try adding the following to the Custom CSS field of your templates parameters...
#container_slideshow {
top: 127px;
position: relative;
}
*EDITED*.. Are you having the menu issue on a particular browser? We are unable to replicate the issue in Firefox.
Ciarán
- more than a month ago
- Commercial Templates
- # 3
Hi Ciarán
Just checked it works in Firefox, but not Chrome or Safari, also once I put the code in to move the Slideshow down, the page becomes corrupt
Cheers
Nigel
Just checked it works in Firefox, but not Chrome or Safari, also once I put the code in to move the Slideshow down, the page becomes corrupt
Cheers
Nigel
- more than a month ago
- Commercial Templates
- # 4
Ah I see.. thank you.
To amend try also adding the following to your Custom CSS field...
Ciarán
To amend try also adding the following to your Custom CSS field...
#container_hornav {
z-index: 15;
}
Ciarán
- more than a month ago
- Commercial Templates
- # 5
Ok, that has sorted the menu but the page is still corrupt
http://westernsafetycorp.com/hosted/booking
Nigel
http://westernsafetycorp.com/hosted/booking
Nigel
- more than a month ago
- Commercial Templates
- # 6
Hi Nigel
To resolve try changing the suggested CSS to move the slideshow down to the following....
The bottom margin creates a gap for the slideshow to be moved in to which should resolve your issue.
Ciarán
To resolve try changing the suggested CSS to move the slideshow down to the following....
#container_slideshow {
position: relative;
top: 127px;
margin-bottom: 127px;
}
The bottom margin creates a gap for the slideshow to be moved in to which should resolve your issue.
Ciarán
- more than a month ago
- Commercial Templates
- # 7
After putting all these into the custom css when the screen is made smaller and the mobile menu comes into action it shows but does not function
http://freedhome.ticmic.com/
Cheers
Nigel
http://freedhome.ticmic.com/
Cheers
Nigel
- more than a month ago
- Commercial Templates
- # 8
Hi Nigel
A slight z-index issue. To resolve try adding the following to your Custom CSS field...
Ciarán
A slight z-index issue. To resolve try adding the following to your Custom CSS field...
.slicknav_menu {
z-index: 20;
position: relative;
}
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 »