• Resolved draivika

    (@draivika)


    Hi, I am using Breakdance theme builder and when loading your plugin the icons on the registration and other pages are massive. Which css rule should I be overriding to fix this?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author iova.mihai

    (@iovamihai)

    Hey @draivika,

    Thank you for reaching out! I’m afraid that I don’t have Breakdance to test this out, but I believe the issue with the icons may be a bit wider.

    Are the other elements of the affiliate pages in order? Is SliceWP’s CSS file being loaded?

    Our styling file should contain rules to style most outputted elements, including the SVG icons. If other elements are unstyled, the issue may be with our CSS file not being loaded.

    Even so, you can use this CSS rule to override the one from the plugin:

    body [class^="slicewp"] svg { display: inline-block; width: 18px; height: 18px; line-height: 18px; font-size: 18px; vertical-align: middle; }

    Thank you and best wishes,

    Mihai

    Thread Starter draivika

    (@draivika)

    Thanks Mihai, that line of css fixed it. In general all of the pages work, but require a lot of css styling. Everything is very plain and unstyled, like list elements etc.

    Plugin Author iova.mihai

    (@iovamihai)

    Hey @draivika,

    Happy to hear the code worked! It’s a bit strange that the icons were not styled though, as we do have CSS rules for them.

    As for the styling, thank you for the feedback! Indeed, we let most of the elements be styled by the theme, so that they can fit into your website’s overall design better. With page builders however, styling can be lacking. We already have this on our radar and we will be looking at styling more elements ourselves in a future update, instead of relying on the page builder or theme.

    Wishing you all the best!

    Mihai

    Plugin Author iova.mihai

    (@iovamihai)

    Hey @draivika,

    Also, I believe you are the one who contacted us via email as well. I responded to your query. Please check both your inbox and spam folders for my reply.

    Thank you and best wishes,

    Mihai

Viewing 4 replies - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.