Home › Forums › WoodMart support forum › wd-pf-button
wd-pf-button
- This topic has 18 replies, 2 voices, and was last updated 2 years, 12 months ago by Elise Noromit.
-
AuthorPosts
-
January 3, 2022 at 7:27 am #343103
EDENParticipantHello, sorry the topic has been closed : https://xtemos.com/forums/topic/wd-pf-btn/
it seems it did not work on mobile : please check on mobile on front page url attached
Attachments:
You must be logged in to view attached files.January 3, 2022 at 12:33 pm #343165
Elise NoromitMemberHello,
Please try to replace those code with this one:
body.single-post .wd-pf-btn{ min-width:100%; } body.single-post .wd-pf-btn button{ display:block; min-width:100%; }
Best Regards
January 3, 2022 at 12:39 pm #343168
EDENParticipantits excatly the same
January 3, 2022 at 12:39 pm #343169
EDENParticipanti mean you just gave me back the exact same code we used yesterday
January 3, 2022 at 10:34 pm #343249
Elise NoromitMemberHello,
Sorry, please try this:
body .wd-pf-btn{ min-width:100%; } body .wd-pf-btn button{ display:block; min-width:100%; }
Best Regards
January 3, 2022 at 10:38 pm #343250
EDENParticipantthanks Elise you rock !!! amazing
January 3, 2022 at 10:39 pm #343253
EDENParticipantoups, one more time i answered too fast, please look the attached file, it kills the design of the front page
it should be on one line on desktop on front page
Attachments:
You must be logged in to view attached files.January 3, 2022 at 10:41 pm #343257
EDENParticipanthere also it killed the design
Attachments:
You must be logged in to view attached files.January 3, 2022 at 10:54 pm #343264
Elise NoromitMemberHello,
Please add this code to the Theme Settings > Custom CSS > Global:
This one is for a single post:
body.single-post .wd-pf-btn{ min-width:100%; } body.single-post .wd-pf-btn button{ display:block; min-width:100%; }
This is for the blog page:
body.blog .wd-pf-btn{ min-width:100%; } body.blog .wd-pf-btn button{ display:block; min-width:100%; }
And please remove this one:
body .wd-pf-btn{ min-width:100%; } body .wd-pf-btn button{ display:block; min-width:100%; }
Best Regards
January 3, 2022 at 11:21 pm #343269
EDENParticipantalmost there ! it worked for the single post, but not completely on the homepage, please scroll down because we have two, the second one is in a row and did not work
Attachments:
You must be logged in to view attached files.January 4, 2022 at 11:03 am #343343
Elise NoromitMemberHello,
Please find and delete this code:
body .wd-pf-btn{ min-width:100%; } body .wd-pf-btn button{ display:block; min-width:100%; }
And add this code to the Theme Settings > Custom CSS > Tablet, mobile, landscape:
body.home .wd-product-filters { flex-direction: column; } body.home .wd-product-filters div{ flex: 1 1 100%; width: 100%; } body.home .wd-pf-btn button{ display:block; min-width:100%; }
Best Regards
January 4, 2022 at 11:28 am #343350
EDENParticipantno sorry it doesnt work, it put every field in one line, we just want the button to be 100% width, but evey solution kills the design
January 5, 2022 at 12:11 am #343440
Elise NoromitMemberHello,
Please insert the credentials into the Private content below the message area.
Best Regards
January 23, 2022 at 1:35 pm #347273
Elise NoromitMemberHello,
Please check now.
Best Regards
January 23, 2022 at 3:11 pm #347293January 23, 2022 at 3:13 pm #347295
EDENParticipantJanuary 24, 2022 at 2:30 pm #347529
Elise NoromitMemberHello,
Please delete all the custom CSS provided above and add this one:
.wd-pf-btn { flex-grow: 1; flex-basis: 200px; } .wd-pf-btn button { width: 100%; max-height: 42px; } .sidebar-container .wd-pf-btn button { max-height: none !important; }
Please add this code to the Theme Settings > Custom CSS > Global.
Best Regards
January 24, 2022 at 2:53 pm #347531
EDENParticipantheeeeeeeeeeeeeeeeeeey it works !!!!!!!!!!!!!!!!! amazing thanks !
please dont forget this one 😀 have a great day
January 24, 2022 at 11:58 pm #347622
Elise NoromitMemberYou are welcome! We are here to help.
Wish you a wonderful day!
-
AuthorPosts
The topic ‘wd-pf-button’ is closed to new replies.
- You must be logged in to create new topics. Login / Register