• Resolved anitakooij

    (@anitakooij)


    Hi, i love using your theme. Now i am looking for a way to make the white space on top and bottom of the call to action widget smaller. Or remove it all together? Thank you!

Viewing 5 replies - 1 through 5 (of 5 total)
  • Theme Author Styled Themes

    (@gejay)

    Hi There,

    We are really sorry to inform you that, we are little confused about your issue, so could you please explain your issue with screenshots, so that it will be easy to both of us to find the solution asap as well as please mention the site link also. We hope you understand.

    We look forward to your respond.

    Thanks

    Thread Starter anitakooij

    (@anitakooij)

    Thanks for your reply!

    Oh yes i forgot to give you the link to my site
    https://www.beingmoved.nl

    Is this enough?

    Theme Author Styled Themes

    (@gejay)

    Hi There,

    Please use the following css to fix your issue;

    .fr_widgets_cta {
        padding: 0;
    }

    NOTE: Please use the child theme style.css or custom css plugin to write the css.

    Thanks

    Thread Starter anitakooij

    (@anitakooij)

    Thank you!

    I used this css in the custom css of your theme.

    Don’t really know if it worked…

    The space looks still the same.

    Theme Author Styled Themes

    (@gejay)

    Hi There,

    We visit your site and it seems that your code has been kept like below, so please check once.

    .fr_widgets_cta {
        padding: 0:;
    }

    Please replace your above code with below code;

    .fr_widgets_cta {
        padding: 0 !important;
    }

    Thanks

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Is there a way to diminish the space of call to action widget ?’ is closed to new replies.