This topic has 6 replies, 2 voices, and was last updated 7 years, 5 months ago ago by Olga Barlow
Hey there….
i would like to crop the advanced header, cause there is too much space between all the header components…also there is too much padding on the top…..( see on image )
Also, how could i delete that little white space under the header and before the content starts
For the header padding i have used different css codes, but none of them is working
@media only screen and (min-width: 992px){
.header-wrapper .header-advanced header > .container .container-wrapper {
padding-top: 5px;
padding-bottom: 5px;
}
}
But every padding i tested didnt work…
thanks again for your help 😉
oh..i forgot the image
another small issue in appereance….( see on image below )
The sort section of the shop is always in front of all….also in front of the menu dropdown
Hello,
1) I have added the following custom to change the paddings
@media only screen and (min-width: 992px){
.header-wrapper.header-advanced header > .container .container-wrapper {
padding-top: 5px;
padding-bottom: 25px;
}
}
http://prntscr.com/fpn49n
Let me know if you need to reduce something else.
2) I don’t see described problem http://prntscr.com/fpn53z
Please, provide link to page where I’ll be able to check the issue.
Regards
thank u for your help….
to see the other small problem use this link
http://shine-welt.net/shop/?swoof=1&product_cat=selfmade
when u hover the Shop Link and the dropdown menu appears you will see that the “Standardsortierung” and “selfmade” alsways on top view
thanks
Hello,
I have added
.woof_products_top_panel, .woocommerce-ordering {
z-index: 9;
}
Check now, please.
Regards
You must be logged in to reply to this topic.Log in/Sign up