Best Premium and Free WordPress Themes › Forums › MercantilePro › Logo Size on Mobile › Reply To: Logo Size on Mobile
May 15, 2017 at 4:51 am
#17087
Keymaster
Hello David,
Please add the below CSS on Appearance > Customize > Additional CSS
article.post, article.page {
background-color: transparent;
box-shadow: none;
}
article.post .content-wrapper,
article.page .content-wrapper {
padding: 0;
}
Hope, this will solve the issues.
Regards