• I’m trying to centralise my ‘Easy Social Icons’ within the Footer Widget Area.

    I edited the style.css file to align center and when I launched the site it very briefly aligned centrally but then jumped back to the left hand side.

    Any ideas what I should do ? This is my first foray…

    Website is https://www.test.richclarkimages.co.uk

Viewing 2 replies - 1 through 2 (of 2 total)
  • This CSS seems to work:

    table.cnss-social-icon tr td, table.cnss-social-icon, table.cnss-social-icon tr {
        background: none repeat scroll 0 0 transparent !important;
        border: medium none !important;
        margin: 0 auto !important;
        padding: 0 !important;
        vertical-align: middle !important;
    }

    Add the “auto” to the margin line.

    BTW, commercial themes are not supported on these forums, so you’ll likely need to ask Photocrati for any additional help – they do support their themes well.

    Thread Starter richclarkimages

    (@richclarkimages)

    Ahh okay. Thanks very much for that. I’ll have a look at it.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Centre Aligning 'Easy Social Icons' Widget within Photocrati Theme’ is closed to new replies.