cropped image when I show categories
-
Hi,
I make sticky header using this CSS:
@media (min-width: 768px) {
.headerclass {
background: #fff;
position: fixed;
width: 100%;
z-index: 1000;
}
.elementor-inner {
padding-top: 200px;
}
.home .sliderclass {
padding-top: 200px;
}
.home .elementor-inner {
padding-top: 0;
}
}And then I have a problem when I post new pages and new posts. The image is cropped at the top of the page. I solve this adding two characters and changing the color to white. It’s very crappy but it works.
But when I show categories also the page is cropped and the first category doesn’t show properly.
What could I do ?
Thanks in advance
Joe
The page I need help with: [log in to see the link]
- The topic ‘cropped image when I show categories’ is closed to new replies.