• I am using Hueman theme and in firebug I see where the div that is the footer content says…
    <div class=”grid one-half”> and when I change it in firebug to “full” the content of the footer then centers. What it does now is center only on the left half… this is the site
    https://bk.bkqualityconstruction.com/

    I want the info line in the footer to be one line centered… help please

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi wwpress101. Greetings from the Willamette Valley…;-) Nice site. Give this a try in your child theme:

    #footer-bottom .one-half {
      width: 100%;
    }
    Thread Starter wwpress101

    (@wwordpress101)

    Greetings from the Oregon Coast! Small world after all. Thanks bunches that worked.

    Glad it worked. If you don’t need any more assistance here please mark the topic as resolved. Thanks.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘centering footer’ is closed to new replies.