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 10 years, 5 months ago

    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 10 years, 5 months ago

      This is a private message.

  2. Andrew Misplon Staff 10 years, 5 months ago

    Thanks.

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

  3. andy-shandy 10 years, 5 months ago

    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 10 years, 5 months ago

    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 10 years, 5 months ago

    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 10 years, 5 months ago

    Try the following:

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

    If I delete

    <div align="center"> (TEXT)

    two images go to the left

  8. Andrew Misplon Staff 10 years, 5 months ago

    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 10 years, 5 months ago

    Yes,

    it is fixed now. Thanks here)

  10. Andrew Misplon Staff 10 years, 5 months ago

    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