-
AuthorPosts
-
March 19, 2017 at 6:33 pm #763276
Hi,
Is there a way to remove the sticky header completely? I’ve integrated a menu plugin but the sticky header keeps popping up.
Gr
PimMarch 19, 2017 at 7:00 pm #763283Hey pimmesz,
Have you unchecked “Sticky Header” in Enfold Theme Options > Header ?
Can you please include a URL to the page you are having an issue with?Best regards,
MikeMarch 23, 2017 at 1:03 pm #765391March 23, 2017 at 2:13 pm #765464Hi,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
.html_header_top.html_header_sticky #header { position: absolute !important; }
Hope this helps :)
Best regards,
NikkoMarch 23, 2017 at 2:25 pm #765474That works! Thanks!
It seems however that some columns on mobile are placed beside eachother… Could this be the result of previous CSS settings?
Screenshot:
March 23, 2017 at 2:36 pm #765486Hi,
You’re welcome. Try adding this css code in Quick CSS (located in Enfold > General Styling):
@media only screen and (max-width:767px) { #top .av_one_half, #top .flex_column { margin-left: 0 !important; margin-right: 0 !important; width: 100% !important; } }
:)
Best regards,
NikkoApril 3, 2017 at 9:24 pm #771335Hi,
Great!! Thanks for your help!!
One last question… Is there a way to modify the standard contactform below on the page? Certain sections look different than others and the ‘werkzaamheden’ section is a dropdown instead of a ‘checkbox’ section!
Thanks
PimApril 5, 2017 at 11:56 am #772433Hi,
I can see there are modifications to the form coming from your custom.css, that’s why it looks a bit different, try adding this css code:
#top .avia_ajax_form .select { border-width: 2px !important; padding-bottom: 13px !important; }
Hope this helps :)
Best regards,
NikkoApril 8, 2017 at 3:15 pm #774533Hi Nikko,
Thank you for your response! I’ve added the code, emptied my cache and reloaded the page. It does not seem to have an effect on the contactform?
Gr
PimApril 8, 2017 at 5:22 pm #774593April 8, 2017 at 6:32 pm #774635Hi,
That worked! Thanks!
I have one final question… The header still seems to appear on the portfolio pages. Is there a way to disable it there as well?
Screenshot:
April 9, 2017 at 9:39 am #774837Hi,
Glad we could help, I checked the page in private content but it did not have any sticky header. It may be caching issue on your browser please refresh the page a few times till the browser cache is cleared.
Best regards,
Vinay -
AuthorPosts
- You must be logged in to reply to this topic.