Quantcast
Channel: Topic Tag: mobile | WordPress.org
Viewing all articles
Browse latest Browse all 22092

Kadence Themes on "[Theme: Virtue] Mobile Logo"

$
0
0

So in the theme options > logo margin. You have a margin on the right and left side.
You can just add this to your custom css box:

@media (max-width: 767px) {
#logo {
margin-right: 0px;
margin-left: 0px;
}
}

Kadence Themes


Viewing all articles
Browse latest Browse all 22092

Trending Articles