Home › Forums › WoodMart support forum › Info box : Same size
Info box : Same size
- This topic has 20 replies, 2 voices, and was last updated 3 years, 4 months ago by
Elise Noromit.
-
AuthorPosts
-
February 16, 2022 at 6:31 pm #353590
QuentinParticipantHello,
On the page, how i can make info box (the grey box) to the same size please ?
Thank you for your help !
Attachments:
You must be logged in to view attached files.February 16, 2022 at 7:00 pm #353599
QuentinParticipantHello,
I solved the problem.
How i can center the text in the block, all texts in a same line ?Thanks
February 16, 2022 at 11:33 pm #353633
Elise NoromitMemberHello,
Please insert the site admin access into the Private content below the message area as well as the page URL with the text.
Best Regards
February 17, 2022 at 8:53 am #353733
QuentinParticipantOk, you can find in private content the admin access.
Thank you for your help !
February 18, 2022 at 12:20 am #354070
Elise NoromitMemberHello,
The page requires a password.
Best Regards
February 18, 2022 at 12:48 pm #354234
QuentinParticipantHello,
I already send you the code….. Please look the private content.
Thank you for your help !
February 19, 2022 at 1:37 am #354384
Elise NoromitMemberHello,
They are now one size: https://gyazo.com/fe95b2762e0123065f907c32376d6a6c and mobile: https://gyazo.com/f0dfabedbbb513c89682b9deb20ad95b
Please clarify your purpose.
Best Regards
February 20, 2022 at 9:51 am #354594
QuentinParticipantHello,
Thank you, but it’s not my request… I’ll aready do this…
Can I align all text in a box ? I would like to center the text on height and width please. This is possible ?
Have a nice day !
Quentin
February 21, 2022 at 10:53 am #354782
Elise NoromitMemberHello,
You need to add
align-items: center !important;
to the custom CSS you have already had: https://prnt.sc/Qzqq79msRlbXIf you have any questions please feel free to contact us.
Best Regards
February 21, 2022 at 1:05 pm #354815
QuentinParticipantHello,
Nice, but why it doesn’t work on the 2 last boxs “Huile ceramique” and “Huile Ceramique +” ?
Thank you for your help !
QuentinFebruary 22, 2022 at 12:42 am #354957
Elise NoromitMemberHello,
Remove empty spaces and + and check how it would work.
If you have any questions please feel free to contact us.
Best Regards
February 24, 2022 at 10:28 am #355742
QuentinParticipantHello,
I need to align and center all title in info box
Why on an other website the code align-items: center !important; doesn’t work ?Please see the link in private content.
Can you help me to solve the problem ?
Attachments:
You must be logged in to view attached files.February 25, 2022 at 3:29 pm #356033
Elise NoromitMemberHello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .info-box-content{ min-height: 268px; display:flex; } body .info-box-content .info-box-title { align-items:center!important; display:block; }
Best Regards
February 25, 2022 at 3:55 pm #356039
QuentinParticipantHello,
Sorry, but it doesn’t work.
I would like to apply this modification only on the page on private content.
How i can solve the problem ? Can you help me please ?
Have a good day !
QuentinFebruary 26, 2022 at 4:57 pm #356219
Elise NoromitMemberHello,
Please insert the site admin access into the Private content below the message area.
I will check the current CSS and correct it.
Best Regards
February 28, 2022 at 8:16 am #356371
QuentinParticipantHello,
Ok you can find admin access in private content.
Send me a message when you solved the problem please.
Thanks !
March 1, 2022 at 12:53 pm #356634
Elise NoromitMemberHello,
Regarding these Infoboxes: https://gyazo.com/8a3cb9c1577eb3b8e098149408fa3a03 they all are of the same height and content is aligned in the center vertically. This block https://gyazo.com/19301eb61f63f085b012ccb88e8243d5 has more content than others: https://gyazo.com/c3c8cc4ba14e8a376518ff153fd9232c that is why its text is higher. If you remove “+” the text would be aligned on the same level.
As for the second site, please update all the plugins in the Appearance > Install plugins. Then I will check and try to get the correct code.
Best Regards
March 1, 2022 at 5:31 pm #356703
QuentinParticipantHello,
It’s of for the first site.
For the second site (see link on private content), can you check please, all plugins are updated ?
I need to change only on this page please, not on all the website. (the page i send you on private content)Thanks
March 2, 2022 at 10:31 pm #357029
Elise NoromitMemberHello,
Please replace your current class in the infobox for this one:
custom-infobox
Then add this code to the Theme Settings > Custom CSS > Global:
.custom-infobox .info-box-content { display: flex; align-items: center; justify-content: center; min-height: 150px; }
Best Regards
March 14, 2022 at 9:30 am #360492
QuentinParticipantHello,
Perfect, thank you !
Have a nice a day !
March 14, 2022 at 10:17 pm #360770
Elise NoromitMemberYou are welcome! We are here to help.
Wish you a wonderful day!
-
AuthorPosts
The topic ‘Info box : Same size’ is closed to new replies.
- You must be logged in to create new topics. Login / Register