• I need help customizing the widgets area of my right hand sidebar.

    I have purchased the pro plan but have no idea how to do css and or coding.

    What I am trying to do is close up the gaps between each widget in the main sidebar. Where do I go and what do I do to change this.

    Thanks kindly.
    Kevin

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • AddWeb Solution

    (@addweb-solution-pvt-ltd)

    Hello topdogsweepstakes,

    Add below css code into your current active child theme’s style.css file or you can add additional css option in theme customizer.

    .widget-area .widget {
      padding-top: 5px;
    }

    Hope this will helps you.

    Thanks.

    Thread Starter topdogsweepstakes

    (@topdogsweepstakes)

    Good day, sorry its been a bit to get back to you. I have tried the css option in theme customizer but it doesn’t seem to do anything, but understand I am also very new to WordPress and I am not good at technical or css coding.

    Is it because I am using Sydney Theme do you think?

    Thanks again for getting back to me.

    Kevin

    Theme Author AF themes

    (@afthemes)

    Hello Kevin,
    We are very sorry for the trouble and for our late response on this thread. For your kind information, We better response via direct email support from following link:
    https://afthemes.com/customization-support/

    For the customization as you have mentioned on the thread, it could be achieved from inter margin control between the sidebar widgets. Like “AddWeb Solution Pvt. Ltd” mentioned, after activating Elegant Magazine Pro (Currently you are using other theme) would you please paste following code to your Customize>Additional CSS

    div#secondary .widget {
        margin: 0 0 5px;
    }

    Please note, you can set your appropriate spacing by increasing or decreasing last parameter (5px) of the “margin”.

    If you feel any difficulties regarding the setup, please contact us via direct email (admin[@]afthemes.com) or from https://afthemes.com/customization-support/

    Best Regards,

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Help with Spacing’ is closed to new replies.