is there anyway i can activate header or make a header tab so that i can place
blocks into it?
I’ve had this problem since I started on the website. I wanted to move the logo left of the search bar a little bit to the right, so I used padding to move it for 10%.
However, it also moved the search box, and I want it to be centered to the website.
What is wrong / missing from my code?
@media screen and (min-width : 1001px) {
.main-header-col1 {
justify-content: flex-start;
padding: 10px 10%;
align-items: center;
display: inline-flex;
}
}
@media screen and (min-width : 1001px) {
.main-header-col2 {
-moz-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
text-align: center;
flex: auto;
margin: auto;
}
}
Thank you in advance!
]]>The strange thing is, when I make a new single product page with the elementor theme builder, it’s always there, but seems to appear only at the single product page.
]]>Many themes have a top header & a main menu header. In my case, both headers are sticky and visible on scroll, so I need to offset against them. The theme I am using is a modified version of Divi.
But how do I offset both of them? I can offset either #top-header
or #main-header
, but only one at a time by adding their selector to Offset option. But how do I offset both of their heights combined?
P.S. To add to the complexity, the header is large at first and it’s height shrinks on scroll. So I can’t just use a fixed pixel amount. I have to use a CSS selector.
Regards,
Alex
I am attempting to change the main header menu color with the following CSS:
.navbar .navbar-nav > li > a{
color: #000000;
}
However, this is only changing the very far right link to black. The others remain in white. How can I get the entire menu to change?
]]>I wanted to contact you because over the last week my website has been having some issues with its header menu. For some reason the main menu appears underneath the foother, but it appears as pure HTML code (no CSS or anything). It’s made weirder by the fact that there’s already the usual main header that’s on top of the page.
https://thewellnessinsider.sg/
You can see it there if you scroll down to the bottom. I looked up any similar issues but the only thing I could find is to check the CSS and I did, but I didn’t find anything out of the ordinary with it. So I wanted to check with you guys if there was any chance that it was a theme issue.
]]>Please send me a message in my email address if you want to see the screenshots in website im working so you understand well what is my problem – [email protected]
]]>First I want to thank you for this wonderful theme for your free version and pretty soon I will thank the paid version as well.
I’m doing a single-page site and update today to version 1.20. The title, subtitle and CTA button (Welcome Section) ended up far from where they should be.
You can see the problem here: https://www.totalsistemas.info/total-restaurantes/
The image is in place, but the session block “welcome” is tangled up with the services tab.
I’ll fool with here until maybe find a solution alone, but if someone has the same type problem or know how to solve this quickly I thank ^^
]]>