Support » Theme: Customizr » Spreading out the social icons in the footer

  • Resolved dfwmax

    (@dfwmax)


    I’ve used Firebug trying to find the code to spread out the social icons in the footer area (they are bunched up compared to the ones in the header). Does anyone know how to spread them out. I’ll keep looking for the answer and post it if I find it.

    Thanks in advance.

Viewing 6 replies - 1 through 6 (of 6 total)
  • what is your url and I’ll take a look?

    Thread Starter dfwmax

    (@dfwmax)

    dfwmax.com

    The site is a work in progress so please excuse its condition.

    Thanks for your help.

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Try:

    .social-block a { margin: 0 1%; }

    Add it to the “Custom CSS” part of the theme.

    You need to delete line 129 from your child theme’s style.css.
    Just in case you use an editor without line numbers I marked it in the code below:

    footer#footer p, footer#footer a {
    padding:        0px ; /* Delete me! */
    font-size:      1em ;
    text-align:     none;
    line-height:    1.2em ;
    }

    Not a big issue, but I thought I’d mention since I saw it. There’s no such thing as text-align: none. You might want to change it to left, right, center, justify or inherit.

    Thread Starter dfwmax

    (@dfwmax)

    Thanks for taking a look at it. I was clueless. Im on my iphone. Will fix it tomorrow.

    You guys are amazing helping complete strangers for no pay. It really does impress me that there are people like you still around.

    Dont mean to gush. Just amazed and pleasantly surprised.

    Thread Starter dfwmax

    (@dfwmax)

    @andrew:

    It worked like a charm. Thank you. Marking it “resolved”

    @acub:

    Thanks for the heads up on the coding problem. I’m sure its pretty obvious I’m a newbie and any and all help is greatly appreciated.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Spreading out the social icons in the footer’ is closed to new replies.