- This topic has 4 replies, 2 voices, and was last updated 7 years, 9 months ago by .
Viewing 5 posts - 1 through 5 (of 5 total)
Viewing 5 posts - 1 through 5 (of 5 total)
- The topic ‘Mobile view of blendit’ is closed to new replies.
Home › Forums › Blendit Theme Support › Mobile view of blendit
http://mysbiz.com/SWPA/
theme: blendit
Top section is cutting off on mobile view: https://snag.gy/a9zqkE.jpg
And image slider doesn’t fully cover above the menu bar.
Hi Laura,
Kindly go to Appearance>>Theme Options>>Basic Settings>>Custom CSS Box:
Add this code there:
@media screen and (max-width:479px) {
.nivoSlider img { width:170% !important; max-width:170% !important; margin-left:-50%;}
}
Regards,
Chris
Worked great, thanks!
🙂