- This topic has 4 replies, 2 voices, and was last updated 3 weeks, 4 days 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 to reply to this topic.
Home › Forums › All Other Themes › SKT Food ProVersion: pro4.0 Padding around Logo
Hello,
I want to add some space above and below the logo on the subpages; the homepage looks ok.
https://ibb.co/fRvBKwP
https://www.originalwalterscafe.com/
Under maintenance
Thanks
Also, the image behind the page title is getting stretched. The image size is 1400 x 300. I want the image/title section to be only 300 pixels high, centered behind the page title. Make sure the page title remains centered between the top and bottom of the image (page title section).
Hi,
Please use this CSS to address the specified issues.
.logo { padding: 25px 0 !important;}
@media screen and (max-width: 47.938em) and (min-width: 30em) {
.page_head, .post_head { min-height: auto !important;}
}
@media screen and (max-width: 1919px) and (min-width:1801px) {
.page_head img, .post_head img, .services_head img {
height: auto;
min-height: auto;
}
}
Regards,
Chris
Thanks
Welcome 🙂
