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.

Image in Footer

Open 1 reply premiumthemetheme-vantage
Started · Latest reply by Andrew Misplon

Hi,

I have a logo image in my footer. How do I get this to centre right on the full site, but centre in the middle on the responsive menu?

Also, is there a way to change the font/colours on the responsive mobile menu?

Thanks!

This is our free support forum. Replies can take several days.

Need fast email support? Get SiteOrigin Premium

Replies

1
  1. Andrew Misplon Staff

    Hi Richard

    Please send me a link to your site and I’ll take a look at your footer.

    You can only customise the mobile menu through Custom CSS. Add the following to Appearance > Custom CSS and edit as required:

    /* Mobile Nav */
    .mobile-nav-frame {
    background: #222222 !important;
    }
    .mobile-nav-frame .title h3 {
    color: white !important;
    text-shadow: 0px 2px 1px rgba(0, 0, 0, 0.8) !important;
    }
    .mobile-nav-frame ul {
    background: #212121 !important;
    border: 1px solid #111 !important;
    }
    .mobile-nav-frame ul li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.25) !important;
    border-top: 1px solid rgba(255, 255, 255, 0.05) !important;
    }
    .mobile-nav-frame ul li a.link {
    color: #F3F3F3 !important;
    text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.7) !important;
    }

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