Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #932025

    Thanks so much for the theme and your excellent support.

    I need to vertically align the title in the Icon Box. I am using four side-by-side on a site. Two have a single line of title and two have a double line of title. Is there a way to make them all vertically align to the middle?

    See the site here: http://www.pve.coop – You should see what I mean right below the hero image. “Services” and “Operations” need to drop down to the center.

    Thanks for the help.

    Trent

    #932442

    Hey trentscott,

    Please add

    .iconbox_left_content .iconbox_content {
    padding-top: 15px !important;
    }

    and let us know if that would work out for you.

    Best regards,
    Basilis

    #932457

    maybe – best will be to give a custom class to all these iconboxes (your account, services, operations, co-op …)
    i have set the selectivity for now via page id and color-section id

    .page-id-76 #after_section_1 .iconbox {
        display: inline-flex;
    }
    
    .page-id-76 #after_section_1 .iconbox .entry-content-header {
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }

    on smaller screens set back to display: block or do insert to the headings some soft-hyphens with &shy and ;
    sorry board soft will immediatly change the entitie code even if placed in code so &shy with semicolon behind

    #932512

    Hi,

    Thanks @Guenni007 for sharing the workaround.

    Let us know if you have any questions, we are happy to help!

    Best regards,
    Vinay

    #938282

    i think it is solve – he entered the code given here .
    Thanks for response ! ;)

    #938533

    Hi,

    Thanks for helping out @guenni007. Please let us know if you should need any further help on the topic @trentscott.

    Best regards,
    Rikard

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