Home Forums Weaver Xtreme Theme Flex columns Spacing Reply To: Flex columns Spacing

#37950
scrambler
Moderator

Regarding 4- On the second row, the problem appears that the icons below donate are not responsive, as a result when I shrink the browser, they extend past the box width and makes it larger, forcing them to stack.

Solution is either to:

  • Get a responsive PayPal code
  • or add the rule below in the Theme Global CSS rule box, to make it scale with the box
    #wvrx_columns-3 .wvrx-fb-col-1 form input[name=”submit”] {width:100%;}
  • or set the boxes to overflow:hidden, to that when the content extend past the edge it is clipped.
    You can do that by adding the rule below in the box labeled “Custom CSS for all Text Boxes
    overflow:hidden;