Church Theme – Text Compressed In Home Banner Widget Area

Home Forums Omega Child Church Theme – Text Compressed In Home Banner Widget Area

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1862
    RobHolsman
    Participant

    Hi – hope you can help with this! I’m running the Church child theme – which is great by the way! – but I’m trying to use the Home Banner widget area and having problems … basically any text in there gets compressed so all the lines of text are on top of each other.
    I am running this locally at the moment as I’m testing a new design but I can send a screenshot if that helps?

    Regards

    Rob

    #1867
    han
    Keymaster

    Hi Rob, go to “Appearance > customize > css” and add this code

    .banner {
        line-height: 1.6;
    }
    #1876
    RobHolsman
    Participant

    Thats brilliant, thank you Han! Sorted it perfectly! 🙂

    Rob

    #1877
    RobHolsman
    Participant

    Just one last quick question … adding the line-height to the CSS sorted that, but the banner region background colour was the same as the site background. So I added

    .banner {
    line-height: 1.6;
    background: #ffffff;

    This gave me a white background but it spans the whole width of the page. I tried

    .banner {
    line-height: 1.6;
    background: #ffffff;
    display: inline-block;
    }

    This sorts out the background colour but now the whole block aligns to the left! Am I missing something obvious?

    Rob

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

You must login to reply to this topic.