- This topic has 7 replies, 2 voices, and was last updated 3 years, 5 months ago by .
Viewing 8 posts - 1 through 8 (of 8 total)
Viewing 8 posts - 1 through 8 (of 8 total)
- You must be logged in to reply to this topic.
Home › Forums › All Other Themes › Wedding Videographer – top bar
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
Hi,
Do you want the top bar to appear under the sticky header? when the site scrolls??
Regards,
Chris
I 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.
Hi,
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,
Chris
That 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.
Hi,
Kindly use this CSS:
@media screen and (max-width:767px) {
.head-info-area {
top: 0 !important;
}
}
Regards,
Chris
thank you!
Hi,
If you found our service good kindly review us here: https://www.sktthemes.org/forums/topic/reviews-and-testimonials/page/26/
Regards,
Chris
Ready to showcase your next big event? Our Expo WordPress Themes turns your website into a digital showroom. Perfect for trade shows, conventions, and exhibitions, […]
Calling all mom bloggers! We’ve created a WordPress theme that’s as unique as your parenting stories. Beautiful, easy to use, and perfect for sharing your […]
Whether you’re hosting concerts, shows, or workshops, our Ticket Sales WordPress Themes make selling tickets a breeze. Built-in payment systems, seat selection, and event management […]