• Resolved gmar1283

    (@gmar1283)


    Hello,

    I am using a child theme for the Atomic theme and am trying to get the white text that displays the Header Text (Front Page) to move to a different location. I want the text to be a little further to the left. I have tried editing just about everything in style.css and can’t find the right spot.

    The page I’m creating is http://www.innernutritionist.com/duplicate/

    Anything would help! Also, I responded to another thread trying to clear out the overlay in .overlay but setting the opacity to 0.0 isn’t working either.

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter gmar1283

    (@gmar1283)

    Nevermind, resolved this by changing “text-align:left” here:

    .header-page-title {
    padding-top:1em;
    font-family:”proxima-nova”,”Helvetica Neue”,Helvetica,Arial,sans-serif;
    font-weight:400;
    letter-spacing:0;
    text-transform:none;
    line-height:1em;
    font-family:”proxima-nova”;
    font-size:2.5em;
    text-transform:uppercase;
    letter-spacing:0.25em;
    font-weight:700;
    font-style:normal;
    text-decoration:none;
    color:#fff;
    text-align:left;
    color:#fff
    }

    Theme Author Kyle Gabriel

    (@kizniche)

    Glad to hear you fixed it. I would have suggested removing the padding of “.site-title a” in style.css.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Header Text (Front Page) location on top of homepage slider image’ is closed to new replies.