• Hi to Everybody,

    I’m trying to make a full-width row with Flatsome theme but I can’t make it full width. I have the following code,

    [row]
    [col span='1/3']
    ...
    [col span='1/3']
    ...
    [col span='1/3']
    ...
    [/row]

    The idea is to make a 3 columns grid full-width without padding between the columns.

    I check and some pages do it as a list with ul and li.

    site: http://www.zisestore.com

Viewing 1 replies (of 1 total)
  • Not sure if you’re still looking for this, or at least it might help others.

    Setting width to 100% works even though the UI only asks for px.

    [row width="100%"] sets the inline css to max-width:100% which gave me the desired effect.

Viewing 1 replies (of 1 total)
  • The topic ‘[Theme: Flatsome] Full width row’ is closed to new replies.