Skip Navigation

[Resolved] Problem with full width

This support ticket is created 6 years, 9 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 -
- 13:00 – 18:00 13:00 – 18:00 13:00 – 18:00 14:00 – 18:00 13:00 – 18:00 -

Supporter timezone: America/Jamaica (GMT-05:00)

This topic contains 3 replies, has 2 voices.

Last updated by Shane 6 years, 9 months ago.

Assisted by: Shane.

Author
Posts
#618993
Capture d’écran 2018-02-23 à 12.28.29.jpg
Capture d’écran 2018-02-23 à 12.28.20.jpg

Hello, I am trying to: use full width row

Link to a page where the issue can be seen: hidden link

I expected to see the image in full width or even the part where the title is "3 RAISONS DE FAIRE APPEL À NOTRE CABINET"

You can see i have choose full width for the rows

#619124

Shane
Supporter

Languages: English (English )

Timezone: America/Jamaica (GMT-05:00)

Hi Romane,

Thank you for contacting our support forum.

This setting actually allows for the background image to be full width and not items added to the container. So if you were to set a background image for that row then it will be full width.

Please let me know if this helps.
Thanks,
Shane

#619152

Thanks a lot, but could you tell me how i could add a row with backgound image without text.

#619784

Shane
Supporter

Languages: English (English )

Timezone: America/Jamaica (GMT-05:00)

Hi Romane,

Thank you for the patience.

What you can try is by adding a custom css class to the row and then add this css to the row.

.full-width {
  margin-left: -33.33%;
  margin-right: -33.33%;
}

In this case the class is full-width but you can name it any class you like.

Please let me know if this helps.
Thanks,
Shane