Home › Forums › SKT Full Width Forum › Backgroun header image no responsive
- This topic has 4 replies, 2 voices, and was last updated 5 years ago by Sonl Sinha.
Viewing 5 posts - 1 through 5 (of 5 total)
-
AuthorPosts
-
October 1, 2019 at 6:30 pm #131801
I would like that when I am the laptop that the header image adapts to the screen, how can I do that? You will see in the picture. Thank you. Thank you.
https://imgur.com/a/oTY55pS
October 2, 2019 at 5:18 am #131812Hi,
Kindly use this CSS
@media screen and (max-width:767px) { .page .page_head_bg, .page .post_head_bg { background-size:100% auto !important; background-position:center 30px !important; min-height:140px !important; background-color:#000 !important;} }
Regards,
BradOctober 2, 2019 at 8:25 am #131860Thank you
October 2, 2019 at 9:00 am #131865The responsive works but when it is on the “Posts Header Background Image” the responsive does not work, thank you in advance
https://imgur.com/a/6FIKuJu
October 2, 2019 at 9:27 am #131866Hi,
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
@media screen and (max-width:767px) { .page .page_head_bg, .page .post_head_bg, .single .page_head_bg, .single .post_head_bg { background-size:100% auto !important; background-position:center 30px !important; min-height:140px !important; background-color:#000 !important;} }
Regards,
Brad -
AuthorPosts
Viewing 5 posts - 1 through 5 (of 5 total)
- You must be logged in to reply to this topic.