Float Jumbotron Button RIght

Thank you for this fantastic theme! I’ve solved most of my questions using this forum.
Wondering how to float the button on the jumbotron header to the right in Illdy? Is there CSS I should use?
Also, when I hid the skills section, there is a bunch of white space under “About” now. Is there a way to tighten up this space (also around my newsletter section - full width section)? My site is secretchicagobook.com. Thanks!

Hey there,

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

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

Admin Area -> Appearance -> Customize -> Additional CSS

/* float left */
a.header-button-one {
    position: relative;
    float: left;
}
a.header-button-two {
    position: relative;
    float: left;
}

/* reduce padding */
section#about{
  padding-bottom:0;
}

Best regards,
Support.