Home › Forums › Blendit Theme Support › Mobile view of blendit
- This topic has 9 replies, 2 voices, and was last updated 7 years, 7 months ago by Sonl Sinha.
-
AuthorPosts
-
April 3, 2017 at 2:15 pm #67824
http://mysbiz.com/SWPA/
template: blendit-The slider text is not appearing
-The first section image is cut off
-The first section title is not appearinghttps://snag.gy/fGHIR6.jpg
April 4, 2017 at 1:54 pm #67947Any update? thx
April 5, 2017 at 8:34 am #68030Can you at least tell me how to make the about section image not be cropped??
April 5, 2017 at 10:57 am #68071Hi Laura,
Kindly go to Appearance>>Customize>>Basic>>Custom CSS Box
Add this code there:
@media screen and (max-width:479px) {
.header { position:relative !important; height:auto !important; padding-bottom:0;}
.nivo-caption { width:100% !important; display:block !important; left:0 !important;}
#slider .top-bar h2 { font-size:18px !important;}
#slider .top-bar p { display:block !important; font-size:14px !important;}
#aboutsec .last_column img { position:relative !important;}
#aboutsec .cont-fix { padding-top:30px !important;}
.slider-main { padding-top:0 !important;}
.header .header-inner { padding:0;}
#slider .top-bar { top:8px !important;}
.logo img { width:70%;}
}Regards,
ChrisApril 5, 2017 at 11:06 am #68077Thank you. Is there a way to make the logo larger on this new format, and centered?
April 5, 2017 at 11:07 am #68078Sorry, centered only. I see the logo size at the end of the code.
April 5, 2017 at 11:19 am #68087Also, is there a way to make the slider text with no double line spacing? The last slider title does not show because white text over white background.
April 5, 2017 at 11:51 am #68104Hi Laura,
please remove previous css code.
And add this new css code there.
@media screen and (max-width:479px) {
.header { position:relative !important; height:auto !important; padding-bottom:0;}
.nivo-caption { width:100% !important; display:block !important; left:0 !important;}
#slider .top-bar h2 { font-size:18px !important;}
#slider .top-bar p { display:block !important; font-size:14px !important;}
#aboutsec .last_column img { position:relative !important;}
#aboutsec .cont-fix { padding-top:30px !important;}
.slider-main { padding-top:0 !important;}
.header .header-inner { padding:0;}
.header .header-inner .logo { margin:0 auto;}
.logo img { width:70%;}
.top-bar h2 {background-color: rgba(0, 0, 0, 0.4); display: table; margin: 0 auto; padding: 10px !important; line-height:20px !important;}
}Regards,
ChrisApril 5, 2017 at 6:23 pm #68146Fantastic! Thank you.
April 6, 2017 at 5:12 am #68175🙂
-
AuthorPosts
- The topic ‘Mobile view of blendit’ is closed to new replies.