• Resolved alternatetime

    (@alternatetime)


    Let me start by saying – I know very little about CSS. I can fumble my way through things, but I am trying to help a local dog rescue out with this, so it’s nowhere near done, and yes, it may be terrible.

    I’ve read through everything I can about aligncenter, and it exists in my style.css, but for some reason, when I center the glyphs I’m using from a plug-in called icopaws, it just will not center.

    The glyphs I am referring to are the Adopt, Donate and Volunteer ones on this page: https://site.guardiank9rescueunit.com/

    If you have anything else I need to try and resolve, please feel free – I’ll take any advice I can get! There’s still a good bit of the template involved, so ignore all that stuff.

    Thanks!

Viewing 5 replies - 1 through 5 (of 5 total)
  • Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    .wpb_wrapper {
       text-align: center;
    }

    To add CSS:

    If your theme has a custom CSS option, use that to add the CSS shown above. If not, install the plugin “Simple Custom CSS”. Or, if you have Jetpack installed, enable its Custom CSS module.

    Thread Starter alternatetime

    (@alternatetime)

    Worked like a champ – thank you! I ran into that in one of the other forums, but there’s so many variants, I couldn’t figure which applied.

    Thanks again for your help!

    Thread Starter alternatetime

    (@alternatetime)

    Maybe spoke too soon – that aligned perfectly, but now where I have other text boxes, it’s all centered as well. Any way to only affect that single page?

    Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    .page-id-11 .wpb_wrapper {
       text-align: center;
    }
    Thread Starter alternatetime

    (@alternatetime)

    Makes sense – thanks again! I really appreciate it!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Issue with centering glyphs’ is closed to new replies.