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 not working

Resolved 4 replies premiumthemetheme-vantage
Started · Latest reply by Buko

OK I changed the custom css to this for the support-text in the header this worked until the last update.
I want the support-text line to slide below the logo. until the responsive css kicks in. Now for some reason this does not work. I’ve looked at the new Css but it seems to be the same as the old css not sure what I’m missing.

header#masthead hgroup .support-text {
position: absolute;
top: 85%;
right: 0;

color: #4b4b4b;
font-style: italic;
line-height: 1.2em;
margin-top: -0.6em;
max-width: 80%;
}

URL: http://flip-side.us

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

Need fast email support? Get SiteOrigin Premium

Replies

4
  1. Andrew Misplon Staff

    Hi Buko

    hgroup changed from a tag to a div class. All you need to do to resolve is add a single period in front of the word hgroup:

    Before:

    hgroup

    After:

    .hgroup
  2. Buko

    Hi Andrew, I looked and looked at that usually I catch that sort of thing.

    thanks.

  3. Andrew Misplon Staff

    Super, glad that helped. All the best.

  4. Buko

    B-)

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