This topic has 8 replies, 2 voices, and was last updated 7 years ago ago by Rose Tyler
Hi There,
How do I change fixed header margin? On scroll the scale is perfect but not when landing on page.
Where can I adjust spacing between words in (fixed) header?
How can i can I adjust font weight and size for fixed header?
Hello,
Please try to add this code in Theme Options > Custom css:
.fixed-header .container {
margin-top: 20px;
margin-bottom: 20px;
}
.fixed-header-area.color-light .menu > li > a {
padding-left: 20px;
padding-right: 20px;
font-weight: 600;
font-size: 14px;
}
Regards
Hi,
Ok perfect thank you. The fixed header looks great now. Could you give me the same code please for the main header? With adjusted spacing en font weight.
Also the margin if the main header is too big. Could you also insert in code to make it a little smaller please?
Thanks in advance.
Also,
On the homepage there is a section with an image background and a button tha
says ‘offerte aanvragen’. I would like to adjust the layout of that button. I would like to have more rounding on the corners, make the button a little bigger, and increase the font wieght.
Footer – Where or how can I reset the footer settings to the normal?
where can i adjust the layout of the blog page?
Hello,
You’re welcome!
1. Please try to change Menu Font in Theme Options > Typography http://prntscr.com/h5m0ke
2.
.main-header .navbar {
padding-top: 1em;
padding-bottom: 1em;
}
3. Could you please provide wp-admin access in Private Content?
4. Please read our documentation https://www.8theme.com/demo/docs/woopress/#!/0_footer
5. Theme Options > Blog Layout.
Regards
Hi there,
Thank you for your help. I hereby provide you with the login in private content.
Thanks in advance.
For some reason my video slider doesn’t work properly. And hen it does it’s very slow. Could you have a look at that as well please?
Thank you so much.
Hello,
You may add this custom class for the button http://prntscr.com/h84etv custom-button
and add this code in Theme Options > Styling > Custom css:
.home .custom-button {
border-radius: 7px !important;
line-height: 24px !important;
font-weight: 600;
}
At first, please read slider documentation https://www.themepunch.com/revslider-doc/slider-revolution-documentation/
Regards
You must be logged in to reply to this topic.Log in/Sign up