Home › Forums › All Other Themes › MOBILE RESPONSIVE HEADER / BANNER ISSUE ON Healing Tough Pro
- This topic has 9 replies, 2 voices, and was last updated 4 years, 7 months ago by Sonl Sinha.
-
AuthorPosts
-
April 14, 2020 at 4:26 pm #149336
Hi, the logo in the header is displaying very large in mobile responsive mode. Can this be adjusted for mobile mode? I can’t access this section to edit it in Elementor responsive mode.
https://greendoctors-london.org/
Also the slider image & text has poor legibility in mobile mode, how can I access this slider content to amend for mobile only?
Thanks
KirkApril 15, 2020 at 5:52 am #149374Hi,
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
@media screen and (max-width:479px) { .logo { max-width: 80px; } .slider-main .nivo-caption .slidedesc { font-size: 12px; margin-top: 5px; width: 60%; line-height: 18px; } }
Regards,
DaveApril 15, 2020 at 8:41 am #149405Thanks, that’s worked for mobile responsive, but not tablet. The logo is still too large & slider text runs over slider image still on Tablet view?
Can I apply this to tablet as well? I can’t see in the code the device type?
Thanks
April 15, 2020 at 10:03 am #149407Hi,
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
@media screen and (max-width:1079px) { .logo { max-width:70px !important; } }
Regards,
DaveApril 15, 2020 at 10:26 am #149409Thanks, I’ve sorted the mobile responsive, but the slider text on the tablet responsive doesn’t seem to change when I change the numbers in the code, can you check the fully code please? thanks
span.desc{display: none;}
@media screen and (max-width:479px) {
.logo {
max-width: 80px;
}
.slider-main .nivo-caption .slidedesc {
font-size: 8px;
margin-top: 6px;
width: 60%;
line-height: 11px;
}
}
@media screen and (max-width:1079px) {
.logo {
max-width:70px !important;
}.slider-main .nivo-caption .slidedesc {
font-size: 16px;
margin-top: 5px;
width: 70%;
line-height: 27px;
}
}April 15, 2020 at 12:59 pm #149427Hi,
We did not find any issues on tablet view.
Can you send us the screenshot of your issues? Upload your screenshot on http://imgur.com/ and paste the share url here.
Regards,
DaveApril 15, 2020 at 1:14 pm #149428Sorry, tablet view is fine, it’s the mobile view that is the problem. See screenshot. The code you gave me isn’t controlling the banner copy as it should.
https://imgur.com/5VyQReh
thanks
April 15, 2020 at 1:42 pm #149432Hi,
Kindly replace this new CSS in custom css box
span.desc{display: none;} @media screen and (max-width:479px) { .logo { max-width: 70px; } .slider-main .nivo-caption .slidedesc { font-size: 8px; margin-top: 6px; width: 50%; line-height: 11px; } } @media screen and (min-width:480px) and (max-width:1079px) { .logo { max-width:70px !important; } .slider-main .nivo-caption .slidedesc { font-size: 16px; margin-top: 5px; width: 70%; line-height: 27px; } }
Regards,
DaveApril 15, 2020 at 1:50 pm #149433Many thanks.
That’s done it.
Best wishes.
April 16, 2020 at 4:41 am #149454Hi,
If you found our service good kindly review us here: https://www.sktthemes.org/forums/topic/reviews-and-testimonials/page/25/
Regards,
Dave -
AuthorPosts
- You must be logged in to reply to this topic.