Navigation überspringen

[Gelöst] I can not change the widthe of archief tamplete

This support ticket is created vor 4 years, 11 months. 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 -

Zeitzone des Unterstützers: America/Jamaica (GMT-05:00)

Dieses Thema enthält 2 Antworten, hat 2 Stimmen.

Zuletzt aktualisiert von Shane vor 4 years, 11 months.

Assistiert von: Shane.

Author
Artikel
#2107619

Hi,

I made archief tamplete for all my pages, but the width of the archief is half of the page, i can not change any thing. look for example:

versteckter Link

i want to change the width down to be same as menue

#2107703

Shane
Unterstützer

Sprachen: Englisch (English )

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

Hello,

Thank you for getting in touch.

Would you mind allowing me to have admin access to the site so that I can have a more detailed look at this one for you ?

I've enabled the private fields for your next response.

Thanks,
Shane

#2107735

Shane
Unterstützer

Sprachen: Englisch (English )

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

Hello,

The issue was that your theme was setting the display to flex which essentially is making the view block display in a left column with the assumption there will be a right column.

I was able to resolve the issue by using this css below to overwrite the display flex attribute.

.row{
display: block !important;
}

Please let me know if this helps.
Thanks,
Shane