THEMEHALL
  • Omega
  • Cart
  • Support
  • My Account

Church Theme Header / Footer width question

Home › Forums › General Forums › Church Theme Header / Footer width question

Tagged: Header Footer Width

  • This topic has 2 replies, 2 voices, and was last updated 11 years, 10 months ago by SKDadmin.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • July 11, 2014 at 12:23 pm #2452
    SKDadmin
    Participant

    How would I make the Text portion of the header wider? I need it to be wider so it won’t wrap to the next line but I don’t really want to reduce the font size.

    Similarly I don’t want the footer to wrap to two or three lines. So how do I make that wider?

    Great Theme so far, Thank you. Cliff

    site for reference is: http://stkatharinedrexel-nj.org/wp/

    July 16, 2014 at 1:39 am #2454
    han
    Keymaster

    Go to “Appearance > Customize > CSS” and drop this code.

    .title-area {
        width: 100%;
    }
    .footer-widgets .col-4 .widget-area {
        padding: 0 40px 0 0;
        width: 100%;
    }
    July 16, 2014 at 11:53 am #2455
    SKDadmin
    Participant

    Thank you! that worked well.

    Cheers!

  • Author
    Posts
Viewing 3 posts - 1 through 3 (of 3 total)

You must login to reply to this topic.

Copyright © 2025 THEMEHALL.

  • Terms of Service
  • Resources
  • Blog
  • Support
css.php