• Resolved alecap23

    (@alecap23)


    The column Gutter is not working.
    Do you have version 1.1.1?
    Version 1.1.2 is not working on Gutter Columns.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Tom

    (@edge22)

    Hi there,

    Can you link me to your site so I can see why it’s not working?

    Always best to fix an issue instead of going back a version 🙂

    Thanks!

    Thread Starter alecap23

    (@alecap23)

    are as 2 columns, but only one

    https://motivar.blog.br/

    Plugin Author Tom

    (@edge22)

    Your theme (or custom CSS) has a very broad selector:

    .post {
        width: 100%;
    }

    That’s overwriting the width CSS for the columns.

    You can add this to fix the problem if you can’t edit the above CSS:

    .wpsp-col-6.post {
        width: 50%;
    }
    Thread Starter alecap23

    (@alecap23)

    worked perfectly!

    Sorry!
    I thought it was the plugin.
    Thank you very much

    Plugin Author Tom

    (@edge22)

    No problem! Glad I could help 🙂

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘The column Gutter is not working.’ is closed to new replies.