• Depending on the width of the window and the way the text wraps within the stripped-coloured-icon-boxes, the buttons on the bottom can be at different heights sometimes, depending on the width of the browser window and the way the text wraps. Is there a way to make these stay at a uniform height no matter the width of the window?

Viewing 1 replies (of 1 total)
  • Hi @dandrzejewski,

    the buttons fit the text inside them by design. you can add some css in customizer->custom css to make them fixed, like :

    .features-coloured-icon-boxes-featurecol .features-coloured-button {width:100px !important;height:50px !important;}

Viewing 1 replies (of 1 total)
  • The topic ‘stripped-coloured-icon-boxes size weirdness’ is closed to new replies.