Hey,
want to remove on startpage the shortcut and reduce the space between head menu and slider.
Hey combra!
Please edit your page and choose “Hide both” under Title bar settings – http://i.imgur.com/eJH9Weu.png
Regards,
Yigit
Worked, how to add some space between header and content? See Screens
Hey!
You can simply add whitespace element to top of your page content :)
Regards,
Yigit
Hey, thats not the solution.
– Main Slider on homepage is not visibile complete (some pixels are under the menu)
– Sidebar Element “Headline” is not bisibile complete
– Product Image and Title on single-product is not visibile complete.
I added this code for it:
/* Main Content nach unten schieben */
.content .entry-content-wrapper {
padding-right: 50px;
padding-top: 18px;
}
/* Slider nach unten schieben */
.ls-inner, .ls-slide {
width: 100%;
height: 100%;
top: -12px;
}
/* Single product nach unten schieben */
.template-shop div.product div.images {
width: 100%;
float: none;
margin: 0px;
padding-top: 20px;
}
.template-shop div.product div.summary {
width: 60%;
float: left;
padding-top: 20px;
}
it seems working, but now it needs to be fit after adding a product to cart (to much white space) -> Screen. But maybe u have a better solution?
Hey!
Please add following code to Quick CSS as well
.single-product .woocommerce-message {
margin-bottom: 0!important;
}
Cheers!
Yigit
Hey Yigit,
added to custom css code, nothing changed.
Hey!
Please flush browser cache and refresh your page a few times. It does work fine on my end – http://i.imgur.com/Kc9P4U1.png
Regards,
Yigit
solved, thanks