• Resolved luremarketing

    (@luremarketing)


    Hello, I’m attempting to use this plugin on a blog page. As you can see from the link that I included, the styling isn’t quite right on scroll though. The search widget is hidden by the header and the category widget becomes much wider.

    How would I fix these issues? I know it can be easily solved with some CSS, just not sure what to target.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Contributor Max Bond

    (@max-bond)

    Hi!

    The first problem is easy to solve. Go to Appearance -> Fixed Widget options add set margin Top value. 90 pixels (dixed menu height plus little margin) should be ok.

    Widget width. The problem is in this style:

    .et_pb_widget {
        width: 100%!important;
        margin-right: 0;
    }

    width: 100%!important; – in fixed mode sidebar wrapper is not counted, so the widegt width = browser window width.

    Try to remove !important property. Or try to remobe this class from widget container.

Viewing 1 replies (of 1 total)

The topic ‘Styling Problems’ is closed to new replies.