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.

Minor CSS adjustments help.

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

Hello, I would like to do two minor tweaks and I’m having trouble getting started.

My site: rxaidllc.com

1 – Vantage headline widget – how do I make the top line not display in all caps?
2 – Using the theme setting Layout Bound “Boxed”, and if your browser has a width over 1000px, you can see the logo on the left of the menu is flush against the side. How do I add padding?

URL: http://rxaidllc.com

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

Need fast email support? Get SiteOrigin Premium

Replies

3
  1. Andrew Misplon Staff 11 years, 3 months ago

    Hi Tyler

    Try the following under Appearance > Custom CSS:

    /* Headline Widget */
    .widget_headline-widget h1 {
    text-transform: none;
    }
    /* Vantage Logo In Menu - Logo Left Padding */
    header#masthead.masthead-logo-in-menu .logo {
    padding-left: 10px;
    }

    Adjust as required.

    Hope that helps.

  2. Tyler Aldridge 11 years, 3 months ago

    Thank you so much Andrew! One more thing, how do I adjust the “padding” between the two headers on the Vantage Headline widget? It looks like it’s a horizontal line with div class “decoration”.

    I tried

    .decoration {
    padding-bottom: 0px;
    }

    and nothing changed.

  3. Andrew Misplon Staff 11 years, 3 months ago

    Sure, try the following under Appearance > Custom CSS and adjust the margins as required:

    /* Headline Widget Separator Margins */
    .widget_headline-widget .decoration {
    margin: 20px 60px 20px 60px;
    }

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