• Hi guys,

    I’m using the Sydney theme. By importing the code written below in JS I created a secondary Call To Action button next to the main one in my header slider. However, at this point the CTA’s have zero spacing between them. I would like there to be some spacing. So the question is if anybody knows how to alter the code below in order to get some spacing in between the two CTA’s. Thanks in advance!

    Code:

    jQuery(function($) {
           var myButton = '<a href="#primary" class="roll-button button-slider" >Lustrum mogelijkheden</a>';
            $('.slide-inner').append(myButton);
    });
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Header slider two Call To Actions Spacing’ is closed to new replies.