Home › Forums › All Other Themes › Spirited – mobile view
- This topic has 6 replies, 2 voices, and was last updated 7 years, 8 months ago by
Forum Moderator.
-
AuthorPosts
-
January 28, 2016 at 12:36 am #20543
I have an issue with the title when viewing on mobile phone the words are sitting on top of each other.
Thank you
January 28, 2016 at 4:50 am #20561Hi Chris,
Kindly show us your website link
Regards,
ShriJanuary 28, 2016 at 5:14 am #20569www.kindredconsultancies.com.au
Also how to get rid of those annoying bars in the very top left header link
Thanks
January 28, 2016 at 5:31 am #20574Hi Chris,
Kindly go to Appearance>Theme Options>Basic Settings>Custom CSS box:
Add this css code in custom css box.icon-left-top{background:none !important;}
@media screen and (max-width: 767px) {
.header .header-inner .logo h1{line-height:35px;}
}Regards,
ShriJanuary 29, 2016 at 7:46 am #20742Still not working – is there anything else I can try. Thanks
ChrisJanuary 29, 2016 at 7:47 am #20744It works if I have phone on landscape view but not portrait view.
thanks
January 29, 2016 at 10:35 am #20764Add this code in custom css box
@media screen and (max-width:479px) {
.header .header-inner .logo h1, .header .header-inner .logo a{font-size:24px;}
}Regards,
Shri -
AuthorPosts
- You must be logged in to reply to this topic.