hello,
I am wondering how to fix the display of the logo on my site’s mobile view. it’s cut off on both sides. what to do??
[caption id="" align="alignnone" width="609"] logo cut off on both sides?[/caption]
1 Answers
To resolve this issue, you can add the following code to the style.css file or Custom code in the Theme Settings:
.site-navigation .site-brand img {
width: 80%;
height: 100%;
}
that helps, but I need the tagline to show underneath
I will check and answer your question here: https://www.designwall.com/question/add-a-tagline-to-dw-focus-theme/
Please login or Register to submit your answer