Home › Forums › All Other Themes › Wedding Videographer – top bar
- This topic has 7 replies, 2 voices, and was last updated 3 years, 2 months ago by Sonl Sinha.
-
AuthorPosts
-
June 8, 2021 at 10:54 pm #179822
Hello.
I’m using your Wedding Videographer theme. Can you please help me to move the top bar (containing the phone, email, etc.) to below the header menu? I would like it to hang down over the slider and scroll away, rather than staying with the sticky header, when I move down the page. The website I am working on can be found at http://tcj.pvb.mybluehost.me/elitecareauto2021/.
Thank you!
Courtney
June 9, 2021 at 1:13 pm #179881Hi,
Do you want the top bar to appear under the sticky header? when the site scrolls??
Regards,
ChrisJune 9, 2021 at 5:11 pm #179889I want it to appear under the header, but I don’t want it to stick when scrolling the site – I only want the header (i.e., the logo and menu) to stick.
Thanks.
June 10, 2021 at 1:14 pm #179926Hi,
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
.head-info-area { position: absolute; top: 80px; z-index: 10; } @media screen and (max-width:767px) { .head-info-area { position: relative !important; top: 0 ! ; z-index: 10; } }
Regards,
ChrisJune 10, 2021 at 1:35 pm #179927That worked great – thanks! Can you please also help me with an issue I just noticed? As the website responds as it gets smaller (around the time it would start to transition from an iPad screen size to a phone) the sandwich menu disappears. So when you view it on a phone, there’s no menu.
June 10, 2021 at 1:42 pm #179929Hi,
Kindly use this CSS:
@media screen and (max-width:767px) { .head-info-area { top: 0 !important; } }
Regards,
ChrisJune 10, 2021 at 3:08 pm #179935thank you!
June 11, 2021 at 12:49 pm #179962Hi,
If you found our service good kindly review us here: https://www.sktthemes.org/forums/topic/reviews-and-testimonials/page/26/
Regards,
Chris -
AuthorPosts
- You must be logged in to reply to this topic.