Full width row with ultimatum theme

Hi, I’m using the Ultimatum theme framework and I have tried various Css selectors to have a row go full page width but unfortunately have’nt been sucessfull yet, any ideas please?

Here is the page - http://cvwritingforyou.co.uk/

Thanks, Paul.

…its the mail box row at the foot of page.

Hey Paul,

Welcome to the BB forums! :slight_smile:

Could you try the CSS snippets below and see if it fixes it for you?

.fl-builder .ult-column {
  width: 100%;
  margin: 0px;
}
.fl-builder .ult-container {
  width: 100%;
}

Ben

Brilliant Ben, thank you!

How did you find how to target, the ult-column and container?

Hey Paul,

No worries! I use Chrome as my browser and the dev tool that comes with it just works like a charm for me. Skimmed through the elements on your page and found out that those classes were assigned a width value so we simply need to override it. :slight_smile:

Have fun with BB! :slight_smile:

Ben