Remove Space between widgets on sidebar

At the moment I have huge gaps between the widgets on the right sidebar. Can I make that smaller somehow?

For example here:

http://alcasthq.com/bullseye/

Also, is there a way on the homepage when I click on the call to action button that it opens a new tab? So for example when I click on “My Youtube” it opens a new tab.

Hi @sirup117,

I hope you are well today and thank you for your questions.

At the moment I have huge gaps between the widgets on the right sidebar. Can I make that smaller somehow?

You can try achieving this by adding the following CSS code in the Custom CSS option of the latest version of Sparkling theme on the below path.

Admin Area -> Appearance -> Customize -> Sparkling Options -> Other -> Custom CSS

#main .widget {
    padding: 0 0 16px;
    margin-bottom: 28px;
}

Also, is there a way on the homepage when I click on the call to action button that it opens a new tab? So for example when I click on “My Youtube” it opens a new tab.

You can try achieving this by using the attached small plugin specially developed for you that contains some custom code.

Best Regards,
Movin

Thank you, this worked perfectly!

You are most welcome here :slight_smile: