ResolvedTransparent
- This topic has 4 replies, 2 voices, and was last updated 2 years ago by .
Viewing 5 posts - 1 through 5 (of 5 total)
Viewing 5 posts - 1 through 5 (of 5 total)
You must be logged in and have valid license to reply to this topic.
Hello! how to decrease top and bottom padding, in category page with light transparent scheme and with no image in both screen
https://postimg.cc/tZTPG07h
Hi shamsherbaloch,
Can’t tell by looking at a screenshot. It looks like on your site it’s set to use an image, but the image is missing. If you give us a link to that page we can give you more instructions.
It looks like there is an image for that category. However, if you need to use an image, but still reduce the size, the only way would be with CSS. Keep in mind that it would affect all pages with transparent header:
body.lafka_transparent_header .lafka_title_holder.title_has_image .inner {
padding-top: 280px !important;
padding-bottom: 70px !important;
}
Thank you!
You must be logged in and have valid license to reply to this topic.