Home Forums WoodMart support forum Info box : Same size

Info box : Same size

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #347409

    Quentin
    Participant

    Hello,

    I use info box for differents elements on my website and i need your help to adapt same size height for each info box.

    Please find 2 attached files, how i can make the same size info box on this page ?

    Thanks!

    Attachments:
    You must be logged in to view attached files.
    #347586

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    .wd-info-box .info-box-content .info-box-inner{
    min-height:52px;
    }

    Best Regards

    #347679

    Quentin
    Participant

    Hello,

    Thank you for you reply, but it doesn’t work for this section (attached file)

    Can you help me please ?

    Thanks

    Attachments:
    You must be logged in to view attached files.
    #347775

    Hello,

    The height of the infobox depends on the content height, you see you have a different number of list items in different blocks.

    Please assign a class to this infobox carousel and give me the page URL, I will give the CSS that would fix the height of each block.

    Best Regards

    #347783

    Quentin
    Participant

    Hello,

    The link of the page in private content.

    I add this class for this infobox carousel : ambition-page-etablissement

    Thanks for your help

    #347904

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body .ambition-page-etablissement .wd-info-box {
        min-height:251px;
    }

    Best Regards

    #347988

    Quentin
    Participant

    Hello,

    Thank you for your help.

    It’s work now !

    Have a nice day !

    #348181

    You are welcome! We are here to help.

    Wish you a wonderful day!

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

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