Home › Forums › All Other Themes › Page Title and Page Header Background Image
- This topic has 9 replies, 2 voices, and was last updated 2 years, 4 months ago by Sonl Sinha.
-
AuthorPosts
-
June 21, 2022 at 7:57 pm #195640
Hi,
The Inner Page Title is not vertically centered when installing the SKT BUDDHISM theme.
1. How to center this page title?
2. How to reduce Page Header Background Image and make page title always centered.
Thanks in advance.June 22, 2022 at 10:34 am #195646Hi,
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
.skt-page-title h1 { text-align: center;} .page_head, .post_head, .services_head { height:280px;}
Regards,
DaveJune 22, 2022 at 11:51 am #195803Hello,
The page title has been centered horizontally.
But it was not centered vertically (top to bottom).
See screenshot:https://prnt.sc/GSnjWV1HjkER
Thanks in advance.June 22, 2022 at 6:15 pm #197242Hi,
Okay, Kindly show us your website URL?
Regards,
DaveJune 22, 2022 at 10:43 pm #197325Hi,
I do not want to publicly share the URL of the site, I work for third parties.
Is there another way to show you this URL, for example an email address?
ThanksJune 23, 2022 at 10:47 am #197347June 23, 2022 at 12:10 pm #197605Hello,
The project has just been set up, it is not even visible to the owner yet because access is locked in construction mode. Unless I give you the access codes, when that’s also not possible.
The page title has been centered horizontally.
But it was not centered vertically (on the height).
Everything is visible on the screenshot:https://prnt.sc/eLfIVFXuuD03
Thank you for your assistance.June 23, 2022 at 6:30 pm #198154Hi,
Kindly use this CSS.
.skt-page-title { top: 37%;}
Regards,
DaveJune 24, 2022 at 12:39 pm #198317Hi,
Perfect, the page title is now centered vertically.
But, I can’t reduce the height of the Page Header Background Image.
When I reduce the height of the Page Header Background Image for example to 150 px, I get the reduced image with a gray background that protrudes from the image.
See screenshot:https://prnt.sc/ScxwDpCMJ3ih
How to drastically reduce the Page Header Background Image without gray background overflow?
Thank you in advance for your assistance.June 24, 2022 at 6:00 pm #198319Hi,
Kindly use this CSS.
.page_head, .post_head, .services_head { min-height:inherit !important; height:150px;} .page_head img, .post_head img, .services_head img { height:auto !important;}
Regards,
Dave -
AuthorPosts
- You must be logged in to reply to this topic.