Tagged: 

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1042356

    Hope you will have a great Xmas vacation.Dear Team, I need your help..

    I wanna develop fixed height 02 columns. Could you please help me to do that ?

    Screen shot link : https://snag.gy/oY8GvA.jpg

    #1042655

    Hey DDSameera,

    We will need to inspect the elements in question in order to give you accurate CSS, please post a link to where we can see them.

    Best regards,
    Rikard

    #1042659

    https://snag.gy/oY8GvA.jpg

    Its local host web site. You can get an idea of this

    #1042718

    Hi,

    Did you try to use the Equal Height Columns for the column?

    Best regards,
    Rikard

    #1042793

    here is the URL ?

    Yes it s not work !!

    #1042796

    Hi,
    Thanks for the links, unfortunately they look equal height to me, can you please explain what I’m missing.

    Best regards,
    Mike

    #1042797

    Compare it with

    #1042811

    Hi,
    On one page they are 414px high while the other page they are 444px high.
    Sorry the equal height element is meant to make two columns the same height on one page, not match all of the columns on different pages.
    You should be able to achieve this by setting a max-height for the columns on the site. I recommend adding a custom class to the columns on all pages & write your max-height to match the smallest column set of all the pages:

    .custom_class {
    height: 414px !important;
    max-height: 414px !important; 
    }

    Please let us know if this helps.

    Best regards,
    Mike

    #1042866

    could you please provide me exact location ?

    Eg :

    .responsive .container {
    max-width: 1310px;
    }

    or something.

    #1042942

    Hi,

    Did you try to to add a custom class to your elements like Mike suggested? You can enable that option under Enfold->Layout Builder. You can then add the class to them like in his example: custom_class, then the full CSS snippet to Quick CSS.

    Best regards,
    Rikard

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.