Home › Forums › All Other Themes › HVAC theme slider text overlap
- This topic has 7 replies, 2 voices, and was last updated 1 year ago by Sonl Sinha.
-
AuthorPosts
-
October 25, 2023 at 7:03 pm #208483
dev site: https://wiknc.nimsite.uk/
Hi, my client has highlighted an issue with the slider text on his tablet (portrait/landscape). The slider text is sitting above the navigation. (it’s OK on dektop and mobile phone screens)
see: https://wiknc.nimsite.uk/wp-content/uploads/2023/10/Capture1.jpg
is there a fix please, ie: change the mobile menu activation to a wider screen size and stop it going up too far?
thanks
Nigel
October 26, 2023 at 4:13 pm #208929Hi,
Kindly use this CSS.
@media screen and (min-width:768px) and (max-width:900px) { .slider-main .nivo-caption .title { font-size:28px;} .slider-main .nivo-caption .nivo-caption-content { max-width:500px;} .home.has_trans_header .slider-header-layout3 .nivo-caption { top:80%;} } @media screen and (min-width:901px) and (max-width:1023px) { .slider-main .nivo-caption .title { font-size:28px;} .slider-main .nivo-caption .nivo-caption-content { max-width:500px;} .home.has_trans_header .slider-header-layout3 .nivo-caption { top:70%;} } @media screen and (min-width:1024px) and (max-width:1160px) { .slider-main .nivo-caption .title { font-size:32px;} .slider-main .nivo-caption .nivo-caption-content { max-width:500px;} .home.has_trans_header .slider-header-layout3 .nivo-caption { top:80%;} } @media screen and (max-width:1024px) { #footer.footer-type3 .rowfooter { margin:0;} }
Regards,
DaveOctober 26, 2023 at 6:10 pm #209176thanks, I’ll edit these parameters
October 27, 2023 at 10:23 am #209298Okay
November 2, 2023 at 5:07 pm #209448Hi
I’m changing the parameters for the code sent but they do not appear to be changing the overlap issue on a tablet/landscape screen (612px wide) – working OK in portrait mode thosee: https://wiknc.nimsite.uk/wp-content/uploads/2023/11/Capture2-621pixel-wide.jpg
this is the code set-up in the custom CSS. Can you advise what to change please
thanks
Nigel
span.desc{display: none;}
@media screen and (max-width:500px) {
.logo img { max-width:115%;}
span.desc { font-size:20px;}
.phonenumber a { font-size:20px; margin:0;}
}@media screen and (min-width:768px) and (max-width:900px) {
.slider-main .nivo-caption .title { font-size:28px;}
.slider-main .nivo-caption .nivo-caption-content { max-width:500px;}
.home.has_trans_header .slider-header-layout3 .nivo-caption { top:80%;}
}span.desc{display: none;}
#sidebar .widget {background:#939393 !important;}
#sidebar #searchform #s { color:#ffffff !important;}
.header #simple-menu .fa-bars { color: #ff3f00 !important;}
#sidebar .widget .widgettitle, #sidebar .widget li a, #sidebar .widget a, #sidebar .widget label { color:#000 !important;}
span.widget_border { background:#000 !important;}@media screen and (min-width:901px) and (max-width:1023px) {
.slider-main .nivo-caption .title { font-size:28px;}
.slider-main .nivo-caption .nivo-caption-content { max-width:500px;}
.home.has_trans_header .slider-header-layout3 .nivo-caption { top:70%;}
}@media screen and (min-width:1024px) and (max-width:1160px) {
.slider-main .nivo-caption .title { font-size:32px;}
.slider-main .nivo-caption .nivo-caption-content { max-width:500px;}
.home.has_trans_header .slider-header-layout3 .nivo-caption { top:80%;}
}@media screen and (max-width:1024px) {
#footer.footer-type3 .rowfooter { margin:0;}
}November 3, 2023 at 11:53 am #209480Hi,
Kindly use this CSS to resolve tablet/landscape screen issue.
@media screen and (min-width:1161px) and (max-width:1365px) { .slider-main .nivo-caption .title { font-size:32px;} .slider-main .nivo-caption .nivo-caption-content { max-width:500px;} .home.has_trans_header .slider-header-layout3 .nivo-caption { top:80%;} }
Regards,
DaveNovember 3, 2023 at 1:25 pm #209493perfect, many thanks
November 3, 2023 at 1:59 pm #209494Welcome 🙂
Regards,
Dave -
AuthorPosts
- You must be logged in to reply to this topic.