Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi there,

    Have you checked with the Plugin developers support? As GP doesn’t do anything special with its widget areas that would cause it to be added twice.

    Thread Starter cadob

    (@cadob)

    Thank you for your answer

    yes I have, but then I look again with the plugin developer

    I have another question. the widgets are at the bottom in the mobile view, can I place this at the top with a custom css?

    Try this CSS:

    @media(max-width: 768px) {
        .right-sidebar .site-content {
            display: flex;
            flex-direction: column-reverse;
        }
    }
    Thread Starter cadob

    (@cadob)

    Thank you, that worked.

    thanks for your quick and your help

    You’re welcome

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Double widget’ is closed to new replies.