New Topic

Widgets in sidebar area…

Home › Forum › Help › Widgets in sidebar area…

Viewing 1 post (of 1 total)
  • Author
    Posts
  • #2250
    StartupWP
    Keymaster

    The issue appears to be with this style you’ve added:

    .widget-container, .post-template-templatestemplate-home-grid-post-php .widget-container {
        float: left;
        padding: 0 1%;
        width: 31.3%;
    }

    Please update that to:

    .post-template-templatestemplate-home-grid-post-php .widget-container {
        float: left;
        padding: 0 1%;
        width: 31.3%;
    }
Viewing 1 post (of 1 total)
  • You must be logged in to reply to this topic.