Topic Resolution: Resolved
  • Closed
  • Magnus Joensen
    Spectator
    September 22, 2016 at 7:44 pm #30367

    How can I move the sidebar widgets closer?

    Denzel Chia
    Moderator
    Posts: 2656
    September 23, 2016 at 7:01 am #30377

    Hi,

    Please provide your website URL.
    I need to take a look at your source code in order to provide a solution.

    I also need to know what you mean by moving closer. Are you asking for a solution to reduce the space between top and bottom of widget?

    Thank you.

    Magnus Joensen
    Spectator
    Posts: 10
    September 23, 2016 at 10:19 am #30379

    Oh, of course!

    http://sailnord.com

    Yes, I mean the spacing between top and bottom 🙂

    Thanks!

    Denzel Chia
    Moderator
    Posts: 2656
    September 23, 2016 at 11:31 am #30380

    Hi,

    Please use the following in Theme Options -> Custom CSS

    .widget-content {
    margin-bottom: 0px !important;
    margin-top: 0px !important;
    padding-bottom: 0px !important;
    padding-top: 0px !important;
    }

    You can change the margin-top and margin-bottom ‘s 0px value to a larger number such as 5px to increase the spacing.

    Please clear your cache plugin’s cache content after you had added the above mentioned codes.

    Thank you

    Magnus Joensen
    Spectator
    Posts: 10
    September 23, 2016 at 12:08 pm #30381

    Should this be added before/after a specific section?

    Denzel Chia
    Moderator
    Posts: 2656
    September 24, 2016 at 9:21 am #30389

    Hi,

    Sorry, I don’t understand your question.
    The code is to be added into the textarea found in Appearance -> Theme Options -> Custom CSS

    Thank you

    Magnus Joensen
    Spectator
    Posts: 10
    September 24, 2016 at 10:21 am #30392

    Sorry, my mistake – I read your reply wrong.

    Thanks for the help 🙂

    Denzel Chia
    Moderator
    Posts: 2656
    September 26, 2016 at 6:01 am #30409

    You are welcome.
    Thank you.