Skip Navigation

[Gelöst] The output from my 3 column bootstrap seems to get squashed

This support ticket is created vor 5 Jahren, 2 Monaten. 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.

Heute stehen keine Supporter zur Arbeit im Werkzeugsatz-Forum zur Verfügung. Sie können gern Tickets erstellen, die wir bearbeiten werden, sobald wir online sind. Vielen Dank für Ihr Verständnis.

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

Supporter timezone: Asia/Hong_Kong (GMT+08:00)

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

Zuletzt aktualisiert von michaelM-30 vor 5 Jahren, 2 Monaten.

Assistiert von: Luo Yang.

Author
Artikel
#1346763

Hello Luo, thanks for your help.

I set up the archive page as you said, and as stated in your documentation.
But the output from my 3 column bootstrap seems to get squashed.
(see screenshots.)
I hope I successfully deactivated the htaccess password so you can take a look at
the site.

Thanks
Michael

#1346769

Dear Michael,

I have tried the credentials you provided in previous thread, and see same htaccess window, please check it, I have enabled the private message box again.

#1346871

Thanks for the details, I can log into your website, it is a theme problem, I suggest you try these:
Copy theme file "archive.php" from the parent theme folder "travel-ultimate" into child theme folder "travel-ultimate-child",
Edit the the new file "archive.php", change line 18, from:

<div class="archive-blog-wrapper posts-wrapper clear col-2">

To:

<div class="archive-blog-wrapper posts-wrapper clear">

And test again.

#1346907

My issue is resolved now. Thank you!