• jamesdcormier

    (@jamesdcormier)


    Is there any way to center the call to action button (.roll-button) in widgets? I’ve tried all the normal CSS methods, but it’s not working.

Viewing 1 replies (of 1 total)
  • Hello there,

    If I am not wrong, you would apply the following custom CSS code:

    .widget_sydney_action .roll-promobox.aside-style .promo-content{
      text-align: center;
    }
    
    .widget_sydney_action .roll-promobox.aside-style .promo-content,
    .widget_sydney_action .roll-promobox.aside-style .promo-controls{
      width: 100%;
      display: block;
    }

    Insert the code above through the Simple Custom CSS plugin or child theme’s style.css.

    If it doesn’t meet you objective, please share the page URL in question.

    Regards,
    Kharis

Viewing 1 replies (of 1 total)

The topic ‘center call to action button’ is closed to new replies.