• Hi,

    I have managed to put images in my content boxes instead of icons but I am having trouble getting the images to line up nicely. Can someone give me a tip or two how to do this – I imagine I have to use xxpx something or other but I am not sure how to do it. At this point I have just used line spacing and it is ok but not what I want. You can see at beveragefamilyhistory.com

    thanks!!

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hey there jsdaed,

    How are you doing today?

    This happens because of the different heights of your titles on those boxes. What you can do to align this would be to apply minimum height for those titles on your home page.

    Please try adding the following to Appearance -> Customize -> Custom CSS:

    .home-content-boxes h2 {
        min-height: 51px;
    }

    If the code doesn’t work please keep it added and let me know so I can take a look 🙂

    Cheers,
    Bojan

    Thread Starter jsdaed

    (@jsdaed)

    That worked perfectly Bojan! Thanks so much for the help

    Paula

    Thread Starter jsdaed

    (@jsdaed)

    No, sorry actually it did not. Is there something to put for the description area size?

    Thread Starter jsdaed

    (@jsdaed)

    Oh I see what it does though. I just changed the second title slightly to fit better. I guess it is ok now, if a little inconsistent. Is there any way to put blank spaces into the title in between the two words Day and Immigration?

    Hey again Paula,

    If this is the space you’re looking to increase http://screencast.com/t/6A1HVBJKKnj then please try adding the following as well:

    .home-content-boxes h2 {
        line-height: 1.2;
    }

    You can increase the numeric value to increase the space between the lines.

    Hope this helps 🙂

    Cheers,
    Bojan

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘free evolve theme content boxes’ is closed to new replies.