This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Replies

11
  1. Andrew Misplon Staff

    Hey Andy

    I ideally need to see this live so I can inspect the situation using my browser’s developer tool. Thanks :)

    • andy-shandy Private

      This is a private message.

  2. Andrew Misplon Staff

    Thanks.

    Did you perhaps have CSS somewhere for the footer that we’ve now lost? How did you style this before?

  3. andy-shandy

    Andrew,

    The only thing I have in footer.php is

    <div align="center"> (liveinternet + rambler codes </div>

    and nothing in CSS.

    It was working until some Vantage theme update. I remember that many people were asking about the same issue that their footer was no longer centered.

  4. Andrew Misplon Staff

    Lots of stuff on the go at the moment, but I promise, nothing update related with footers :) Let me dive in and sort this out. Sure I can find a fix.

  5. Andrew Misplon Staff

    The image that’s left aligned is not contained in your div:

    So not sure how that was being centered before.

  6. Andrew Misplon Staff

    Try the following:

    a[href*="http://top100.rambler.ru"] img {
    	display: block;
    	margin: 0 auto;
    }
  7. andy-shandy

    If I delete

    <div align="center"> (TEXT)

    two images go to the left

  8. Andrew Misplon Staff

    Assuming you want everything in the center then the div must stay. My feedback was just that the last image was outside of that div, that’s the reason it’s not centered. Leave the div and then try my CSS in Custom CSS.

    Thanks

  9. andy-shandy

    Yes,

    it is fixed now. Thanks here)

  10. Andrew Misplon Staff

    For sure :) Glad we could help out.

Replies on this thread are closed.

Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Have a different question or issue?

Start New Thread