Viewing 3 replies - 1 through 3 (of 3 total)
  • In your custom.css or child theme.css try this:

    #header {
        padding: 0 15px;
    }

    The “0” is the padding for top and bottom. The “15px” is for left/right, which you can use any size you want. Though usually for responsive themes this helps when the screen size changes and keeps things from the edge. 15px is my go to amount

    Using a dev inspector like FireBug in FireFox or any other will help you test your changes before adding them

    Thread Starter blabroots

    (@blabroots)

    @charlyibc Thank you so much!

    You’re most welcome, glad that helped!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Moving My Header to the Top of Website’ is closed to new replies.