• I am working in my child theme, trying to get my header image and nav centered and I just cannot figure it out! Its off just slightly but driving me nuts. There is also a SMALL strip under my nav where the white background is not catching…no clue why.

    Can someone please help? My site is mydogandponyshow.com/fresh/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    trying to get my header image and nav centered

    Add to your style.css file (of the child theme)

    .header {
     text-align: center;
    }

    https://www.w3.org/Style/Examples/007/center.en.html

    Thread Starter mydogandponyshow

    (@mydogandponyshow)

    THANK YOU…I swear I tried that and it wasn’t working, but ta-da! Any thoughts on why that little space didn’t pick up the white background under the Nav bar?

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Your container has top margin, remove it by overriding it using this CSS:

    .container {
     margin-top: 0;
    }

    Thread Starter mydogandponyshow

    (@mydogandponyshow)

    Andrew, you are my hero!!!!

    I’m having problems changing my navigation bar from a drop down menu to one that goes across horizontally. I looked at the menu, and it seems to only give me the one option. Do I need to add an upgrade so that the navigation bar/ menu looks the way I would really prefer it to look. My site is prettyinherpearls.com. If you want to reference what I am talking about. Any help is greatly appreciated.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Header & Nav Problems in Adelle theme’ is closed to new replies.