Navigation überspringen

[Gelöst] Button full width

This support ticket is created vor 2 years, 1 month. 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 – 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 -

Zeitzone des Unterstützers: Asia/Karachi (GMT+05:00)

Dieses Thema enthält 1 reply, hat 2 Stimmen.

Zuletzt aktualisiert von Waqar vor 2 years, 1 month.

Assistiert von: Waqar.

Author
Artikel
#2692415

Hi Christopher,

You helped me make one full width button on the page versteckter Link with the code:
.post-type-archive-product .wp-block-toolset-views-view-template-block .tb-button .tb-button__link {
width: 100%;
}

But I also have the pages with categories versteckter Link
What is the code to make the button full width here?

#2692455

Hi,

Thank you for contacting us and I'd be happy to assist.

To make that custom CSS code work for other pages/archives too, you can update it to:


.wp-block-toolset-views-view-template-block .tb-button .tb-button__link {
width: 100%;
}

regards,
Waqar