New Topic

Widgets in sidebar area…

Home › Forum › Help › Widgets in sidebar area…

This topic contains 1 reply, has 2 voices, and was last updated by  StartupWP 3 years, 9 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #2249

    jtmiles
    Participant

    Hi,

    I am running WP 4.2.2 with everything updated. I have purchased startupwpPro and all has been well. I have been tweaking some CSS in the child-theme and I have done something indirectly that has affected my default template and specifically the sidebar area. The widgets are no longer “stacked” in the sidebar, but cheek to jowl – side by side! I have pored over the changes I have made, but I am not catching that thing that would affect it so.

    page to view malady that you can access anonymously

    Any help you can lend will be appreciated. Let me know if I have forgotten anything – oh, yes I have disabled all plugins and it still was adversely affected.

    Thank you,

    John

    #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 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.