Quantcast
Channel: Catch Themes » All Posts
Viewing all articles
Browse latest Browse all 4335

Reply To: Footer widgets 2 and 4 get incorrect left margin in mobile

$
0
0

@amandac1: Studio theme is different. We will be fixing it in next version update and also we will be adding more features like Custom CSS, Excerpt Options, Homepage/Frontpage Options, Layout Options, Pagination Options and Search Options.

For now, you can activate https://wordpress.org/plugins/catch-web-tools/ and then go to “Catch Web Tools => Custom CSS” and add the following css:

@media screen and (max-width: 700px) {
    .footer-content {
        width: 100%;
        padding: 20px 0;
    }
    .footer-col {
        width: 100%;
        padding: 20px;
    }
}

Viewing all articles
Browse latest Browse all 4335

Trending Articles