The all I need to get is lower subheader height, someone of your team on themeforest told me to read this topic, so I have registered and asking how I can handle that, the heading height is huge, my client needs it to cut by 50% but I can`t find the way of doing that. I`ve read here the parameter for doing that is padding, but in my case it does not work.
as you may see the subheader is to high, how to lower its height ? I have tried "!important" it does not work in my case, I didn`t customized your CSS files, only this one option.
Anyway your theme is awesome, it`s my main theme I will use for my clients since now (I have switched from AVADA) (:
The code does not work because you already have this code under Theme options > Custom CSS & JS > Custom CSS section what you can see at http://snag.gy/pPcCE.jpg As you see, it's 100px top and bottom padding and that's why it's so big
Thanks, it works now, I didn`t noticed that something is in this field appears, I didn`t set there anything, is it updated every time when I change something in CSS files ?
I have changed many times the padding under subheader and only thru files.
We use cookies to personalise content and ads, to provide social media features and to analyse our traffic. We also share information about your use of our site with our social media, advertising and analytics partners who may combine it with other information that you’ve provided to them or that they’ve collected from your use of their services.
Cookies are small text files that can be used by websites to make a user's experience more efficient.
The law states that we can store cookies on your device if they are strictly necessary for the operation of this site. For all other types of cookies we need your permission. This means that cookies which are categorized as necessary, are processed based on GDPR Art. 6 (1) (f). All other cookies, meaning those from the categories preferences and marketing, are processed based on GDPR Art. 6 (1) (a) GDPR.
This site uses different types of cookies. Some cookies are placed by third party services that appear on our pages.
You can at any time change or withdraw your consent from the Cookie Declaration on our website.
Learn more about who we are, how you can contact us and how we process personal data in our Privacy Policy.
Please state your consent ID and date when you contact us regarding your consent.
Comments
you can reduce subheader height with below css: by default padding is 30px.
#Subheader { background-color: rgba(0,0,0, .02); background-position: center top; background-repeat:no-repeat; padding: 30px 0; position: relative;}
I have tried to change the padding values but nothing has changed, what I am doing wrong ?
My website is http://mtplastics2.stronabiznesowa.pl/daszki-balkonowe/
as you may see the subheader is to high, how to lower its height ?
I have tried "!important" it does not work in my case, I didn`t customized your CSS files, only this one option.
Anyway your theme is awesome, it`s my main theme I will use for my clients since now (I have switched from AVADA) (:
I have changed many times the padding under subheader and only thru files.
Thanks anyway.