• Resolved Maciej

    (@mbogda)


    Hello,

    I wanted to use your plugin to prepare pricetables for my site, but I’m stuck with one problem which may be seen here:

    https://exploregdansk.info/uncategorized/where-to-park-a-car-in-gdansk/

    It seems to be fine at a glance, but when you hover over any of the columns, you will see the problem – the columns are wider than the should be, as there is some empty space added to the left. How can I fix it?

    Regards
    Maciek

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Maciej

    (@mbogda)

    OK, I figured it out – it was the shadow that was the problem. But still – how can I make the distance between the columns smaller?

    Regards
    Maciek

    Hi,

    Thanks for contacting.

    It is you theme CSS, which is conflicting with plugin CSS. To overcome it, paste the below CSS in your theme’s style.css file:

    .wrc_pricing_table ul 
        margin: 0 !important;
    }

    Hopefully, it will solve the issue.

    Thanks
    Iftekhar

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Columns size don’t fit’ is closed to new replies.