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.

Custom CSS code needed + Footer adjustment

10 years ago · Last reply by Andrew Misplon 10 years ago

Hey,
I’d like to know what exact code I would need to enter in Custom CSS to increase the size of the site logo and the menu; to keep it inline with the logo.
Also, would like to enter a link (Legals & Cookies) into the footer, below the site information text. How do I go about doing this?
Thanks
Jeroen

URL: http://www.doublesevensquare.com

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

Need fast email support? Get SiteOrigin Premium

Replies

1
  1. Andrew Misplon Staff 10 years, 4 months ago

    Hi Jeroen

    Thanks for reaching out,

    Go to Appearance > Theme Settings > Logo and disable the setting that is currently constraining the logo.

    Appearance > Theme Settings > General > Site Information Text can parse HTML. You can use:

    http://www.w3schools.com/tags/tag_br.asp
    http://www.w3schools.com/html/html_links.asp

    In the Site Information Text field to achieve what you’re after. Once that’s done, let us know, we’ll take a look and assist further.

    If you’d rather use CSS to adjust the size of the logo, add the following to Appearance > Custom CSS and adjust as required:

    /* Logo in Menu img constraint */
    header#masthead.masthead-logo-in-menu .logo > img {
    max-height: 35px;
    }

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