• mackylos

    (@mackylos)


    Hi again. I added and AD to the bottom om my homepage only but I cannot find a way to center it and the text below it. I am not familiar with CSS unfortunately. Any help would be greatly appreciated.

    Thanks

    Site: http://jablogz.com

Viewing 7 replies - 1 through 7 (of 7 total)
  • Theme Author Sami Keijonen

    (@samikeijonen)

    Before you do anything you should use child theme. You can download base child theme from here.

    http://themehybrid.com/themes/live-wire-child

    Thread Starter mackylos

    (@mackylos)

    Ok I am now using the child theme. Thank you for that bit of advice _ I can see how it makes sense from a safety standpoint. Where do i go from here in terms of centering?

    Theme Author Sami Keijonen

    (@samikeijonen)

    I’m not really sure. Ads are so annoying what it comes to CSS. You could try in your child theme style.css

    sidebar-subsidiary .widget {
    text-align: center;
    }

    But doesn’t seem to work that well.

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    What about (you missed the hash);

    #sidebar-subsidiary .widget {
     width: 100%;
    }

    Thread Starter mackylos

    (@mackylos)

    Yess thank you it worked with width 100%. Thank you both – maybe i should learn a little CSS 🙂

    Theme Author Sami Keijonen

    (@samikeijonen)

    Ah, that’s true, there was # missing. And remember that could be to only widget you can use in subsidiary sidebar.

    I started out learning CSS from here.

    http://www.w3schools.com/css/

    I also use Firebug for Firefox or developer tool in chrome to check out other sites CSS.

    Thread Starter mackylos

    (@mackylos)

    Thank you for the kind advice 🙂

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