• Resolved lcokolat

    (@lcokolat)


    At the top of the page I’m making use of 3 profile boxes. Right now they are of varying height. Is it possible to make them all the same height?

    Please let me know.

    Thanks,
    Lora

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • @lcokolat One option is to add some custom CSS. In your Customiser, navigate to the page where the block is placed, and add the following Additional CSS:

    
    .wp-block-atomic-blocks-ab-profile-box {
    	height: 300px;
    }
    

    You might need to tweak that height value to get everything perfect. Note also that this will effect all profile blocks on your site, not just the ones on the current page. You can use the Custom CSS Class feature in the Advanced section of the editor to make the changes specific to this one block.

    Thread Starter lcokolat

    (@lcokolat)

    @lukecarbis , one other question – how does it affect the responsiveness with smaller screen sizes?

    Thanks,
    Lora

    @lcokolat Forcing the profile boxes to be 300px high shouldn’t affect responsiveness (which is width-based). Generally, though, that’s an area that your theme should be able to handle.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Profile Box Equal Height’ is closed to new replies.