• fatimashaz

    (@fatimashaz)


    Hi Kharis,

    Its been years i have great experience with Sydney theme and its support.

    I need to have a little margin between 2 buttons only on hero area. kindly help me resolve the issues and thanks in advance.

    Regards

    Ishrat

    • This topic was modified 2 years ago by fatimashaz.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Collins Kiprono

    (@collinskiprono)

    Hi Ishrat,

    You can use some additional CSS to do this. Here’s some code you can try:

    /** Margin between the slider buttons **/
    .slide-inner .roll-button.button-slider {
    margin: 0 10px;
    }

    To add your CSS, go to Appearance > Customize > Additional CSS.

    Hope this helps.

    Thread Starter fatimashaz

    (@fatimashaz)

    Hi Collins thank you so much it worked perfectly. Could you please also tell me the code to reduce the padding of buttons.

    Regards

    Ishrat

    Collins Kiprono

    (@collinskiprono)

    Hi Ishrat,

    Yes. Here’s some CSS code for that:

    /** Padding for the buttons **/ 
    .slide-inner .roll-button.button-slider{ 
    padding: 5px 5px 5px 5px; 
    }

    Side note: the values are in this order, padding-top, paddding-right, padding-bottom and padding-left.

    Hope this helps.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Hero slider button’ is closed to new replies.