Home › Forums › All Other Themes › Web Hosting Theme Header adjustment
- This topic has 22 replies, 2 voices, and was last updated 6 years, 10 months ago by Sonl Sinha.
-
AuthorPosts
-
December 29, 2017 at 2:18 pm #90550
Hi Dave,
the logo header does not appear on Mobile devices.
hope you will send a solution soonJanuary 2, 2018 at 5:11 am #90625Hi,
Kindly go to Appearance >> Customize>>Basic >> Scroll down to find Custom CSS and paste there:
@media screen and (max-width:767px) { .logo { margin-top:0 !important;} body .header_wrap .header, body.home.has_trans_header .header { position: relative !important;} }
Regards,
DaveJanuary 2, 2018 at 7:53 am #90648Thank Dave,
It has worked, but I need it to be position like this https://imgur.com/a/sfOJNJanuary 2, 2018 at 9:16 am #90660Hi,
Kindly go to Appearance >> Customize>>Basic >> Scroll down to find Custom CSS and paste there:
Remove this code
@media screen and (max-width:767px) { .logo { margin-top:0 !important;} body .header_wrap .header, body.home.has_trans_header .header { position: relative !important;} }
And add this new code there
@media screen and (max-width:767px) { .logo { position:absolute; margin-top:-95px !important; width:50%;} .head-info-area .right { margin-top:10px !important; float:right !important;} body .header_wrap .header, body.home.has_trans_header .header { position: relative !important;} }
Regards,
DaveJanuary 2, 2018 at 9:29 am #90664Thank Dave,
It has worked well for mobile, but for a tablet, it looks like this https://imgur.com/a/iKVMR.
I want it to look like this image of mobile https://imgur.com/a/WQgmQJanuary 2, 2018 at 9:39 am #90665Hi,
Kindly go to Appearance >> Customize>>Basic >> Scroll down to find Custom CSS and paste there:
Remove last css code:
@media screen and (max-width:767px) { .logo { position:absolute; margin-top:-95px !important; width:50%;} .head-info-area .right { margin-top:10px !important; float:right !important;} body .header_wrap .header, body.home.has_trans_header .header { position: relative !important;} }
And add this one:
@media screen and (max-width:479px) { .logo { position:absolute; margin-top:-95px !important; width:50%;} .head-info-area .right { margin-top:10px !important; float:right !important;} body .header_wrap .header, body.home.has_trans_header .header { position: relative !important;} } @media screen and (min-width:480px) and (max-width:767px) { .logo { position:absolute; margin-top:-115px !important; width:50%;} .head-info-area .right { margin-top:10px !important; float:right !important;} body .header_wrap .header, body.home.has_trans_header .header { position: relative !important;} } @media screen and (min-width:768px) and (max-width:1024px) { .logo { position:absolute; margin-top:-95px !important; width:50%;} }
Regards,
DaveJanuary 2, 2018 at 9:42 am #90666Perfect, thank you Dave,
Gai CholJanuary 2, 2018 at 9:43 am #90668Hi Gai Chol,
If you found our service good kindly review us here: https://www.sktthemes.org/forums/topic/reviews-and-testimonials/page/13/
Regards,
Dave -
AuthorPosts
- You must be logged in to reply to this topic.