Home › Forums › All Other Themes › Text overlap on SKT Wedding Theme
- This topic has 10 replies, 2 voices, and was last updated 7 years, 3 months ago by Sonl Sinha.
-
AuthorPosts
-
August 14, 2017 at 8:17 pm #80999
Hello, I have a question on Wedding PRO Theme,
when navigating with my mobile phone on my site www.lalinga.it, in portrait orientation, I cannot see the text overlap on the slider. When rotating in landscape mode, the text appears correctly.
I added this code, to avoid the rolling cicle loading in loop under the slider
@media screen and (max-width:767px) {
.slider-main{min-height:auto !important;}
}and this run perfectly, but still no text overlap in portrait mode.
Thank you
Luca
P.s. very very nice themes and good support, thanks!
August 14, 2017 at 8:31 pm #81002Sorry, when in landscape mode, I can see the text overlap but no “read more” buttons…
Another question:
In “our blog” section into the homepage, can I have two columns visualization while in landscape mode?August 15, 2017 at 7:42 pm #81054Another tiny bug:
when removing the inner banner, using Internet Explorer 11, there is too much space between the menu bar and the page text…
when inserting the inner banner, and sharing the blog/product page on facebook, the thumbnail on facebook is… the banner 😀
August 16, 2017 at 6:02 am #81081Hi,
Kindly go to Appearance>>Theme Options>>Basic Settings>>Custom CSS Box:
Add this code there:
.innerbanner img { display:none !important;} @media screen and (max-width:767px) { .nivo-caption { display:block !important;} .nivoSlider img { width:160% !important; max-width:160% !important;} .slide_info h2 { font-size:24px !important; line-height:24px !important;} .viewmore { font-size:15px !important; display:table !important; margin:0 auto !important;} .slide_info h1 { font-size:28px !important; line-height:20px !important; margin-bottom:8px !important;} } @media screen and (min-width:480px) and (max-width:767px) { .blog-list { width:47.7% !important; margin:0 10px 75px 0 !important; float:left !important;} }
Regards,
DaveAugust 16, 2017 at 12:17 pm #81117Thank you dave, now on mobile I see a tiny slider image on top left of the slider, and in landscape mode the text is too little, here is a screenshot
Thank you
August 16, 2017 at 12:18 pm #81118August 16, 2017 at 12:18 pm #81119http://i65.tinypic.com/168diyh.png
August 16, 2017 at 12:59 pm #81122Hi,
Remove previous css which i sent.
And this new css code there:
.innerbanner img { display:none !important;} @media screen and (max-width:479px) { .nivo-caption { display:block !important; width:90% !important; top:5px !important;} .nivoSlider img { width:160% !important; max-width:160% !important;} .slide_info h2 { font-size:24px !important; line-height:24px !important;} .viewmore { font-size:15px !important; display:table !important; margin:0 auto !important;} .slide_info h1 { font-size:28px !important; line-height:20px !important; margin-bottom:8px !important;} .nivo-slice { display:none !important;} } @media screen and (min-width:480px) and (max-width:767px) { .blog-list { width:47.7% !important; margin:0 10px 75px 0 !important; float:left !important;} .nivo-caption { display:block !important; top:50px !important;} .nivoSlider img { width:160% !important; max-width:160% !important;} .slide_info h2 { font-size:28px !important; line-height:35px !important;} .viewmore { font-size:22px !important; display:table !important; margin:0 auto !important;} .slide_info h1 { font-size:32px !important; line-height:35px !important; margin-bottom:8px !important;} .nivo-slice { display:none !important;} }
Regards,
DaveAugust 16, 2017 at 1:29 pm #81128Thank you Dave, it seems that everything is oK now!
August 17, 2017 at 5:18 am #81154Hi optorama,
If you found our service good kindly review us here: https://www.sktthemes.org/forums/topic/reviews-and-testimonials/page/9/
Regards,
DaveAugust 17, 2017 at 5:19 am #81155Hi optorama,
If you found our service good kindly review us here: https://www.sktthemes.org/forums/topic/reviews-and-testimonials/page/9/
Regards,
Dave -
AuthorPosts
- You must be logged in to reply to this topic.