Align entire widget to center

How do you change the alignment to be at the center of page when you chose to NOT have it be the full width (under layout)?

2 Likes

Hi there, @Taybraham :waving_hand:

Could you please send me a link to the page, where your widget is installed?

1 Like

Thank you! This code will do the trick:

.global-styles,
.eapps-business-hours-267cb626-b19d-4da9-94d3-ff4ffe07e0b1-custom-css-root {
  margin: 0 auto;
}

Please add it to the Custom CSS field on the Style tab of your widget’s settings and let me know if it helped :slightly_smiling_face: