Okay
  Public Ticket #1040913
space between buttons
Closed

Comments

  •  2
    Kimberley Norcott started the conversation

    Hi, I have the same buttons in 2 places on my site so far. On the homepage they are a good distance apart, on the last page there is a large space between them that I can't seem to remove. I will attach screenshots of both the front and last pages. There is no padding around any of them. so not sure what else to look for. 

    Thank you in advance.

  •  3,030
    Andrew replied

    Hi Kimberley,

    I hope you are having an awesome day and thanks for contacting us regarding your query.

    Kindly provide me with a link to that last page so that I may generate some code that works for those buttons. 

    I look forward to your reply

    Cheers! 

  •  2
    Kimberley Norcott replied

    Hi Andrew, 

    Here is the link for the page with the spaced out buttons:

    https://theknow.wpengine.com/#download-apply

    You might need to log in as I'm in a working space... 

    demo / 3599cd   or    theknow  /  jpgPebpWUqR&7Xbl


  •  3,030
    Andrew replied

    Hi Kimberley,

    Thanks for keeping in touch with us.

    You may add this to the Custom CSS Code section located by navigating to Appearance>General Settings>CSS/Script Related>Custom CSS Code from your WordPress Dashboard 

    /*buttons spacing*/
    .full-width-section .light .nectar-button:not(.see-through):not(.see-through-2):not(.see-through-3) {
        margin-bottom: -15px!Important;
    }

    Please let me know if there are any more questions that I may answer for you :)

    Cheers! 

  •  2
    Kimberley Norcott replied

    This worked. 

    thank you!