Home Forums WoodMart support forum Info box : Same size

Info box : Same size

Viewing 21 posts - 1 through 21 (of 21 total)
  • Author
    Posts
  • #353590

    Quentin
    Participant

    Hello,

    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.
    #353599

    Quentin
    Participant

    Hello,

    I solved the problem.
    How i can center the text in the block, all texts in a same line ?

    Thanks

    #353633

    Hello,

    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

    #353733

    Quentin
    Participant

    Ok, you can find in private content the admin access.

    Thank you for your help !

    #354070

    Hello,

    The page requires a password.

    Best Regards

    #354234

    Quentin
    Participant

    Hello,

    I already send you the code….. Please look the private content.

    Thank you for your help !

    #354384

    Hello,

    They are now one size: https://gyazo.com/fe95b2762e0123065f907c32376d6a6c and mobile: https://gyazo.com/f0dfabedbbb513c89682b9deb20ad95b

    Please clarify your purpose.

    Best Regards

    #354594

    Quentin
    Participant

    Hello,

    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

    #354782

    Hello,

    You need to add align-items: center !important; to the custom CSS you have already had: https://prnt.sc/Qzqq79msRlbX

    If you have any questions please feel free to contact us.

    Best Regards

    #354815

    Quentin
    Participant

    Hello,

    Nice, but why it doesn’t work on the 2 last boxs “Huile ceramique” and “Huile Ceramique +” ?

    Thank you for your help !
    Quentin

    #354957

    Hello,

    Remove empty spaces and + and check how it would work.

    If you have any questions please feel free to contact us.

    Best Regards

    #355742

    Quentin
    Participant

    Hello,

    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.
    #356033

    Hello,

    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

    #356039

    Quentin
    Participant

    Hello,

    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 !
    Quentin

    #356219

    Hello,

    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

    #356371

    Quentin
    Participant

    Hello,

    Ok you can find admin access in private content.

    Send me a message when you solved the problem please.

    Thanks !

    #356634

    Hello,

    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

    #356703

    Quentin
    Participant

    Hello,

    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

    #357029

    Hello,

    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

    #360492

    Quentin
    Participant

    Hello,

    Perfect, thank you !

    Have a nice a day !

    #360770

    You are welcome! We are here to help.

    Wish you a wonderful day!

Viewing 21 posts - 1 through 21 (of 21 total)

The topic ‘Info box : Same size’ is closed to new replies.