Book Lite Theme – How to customize header size
-
Hey
I’m looking to change the width of the header on my blog but need a little help customizing the CSS if possible.
Please help!
ThanksThe blog I need help with is: (visible only to logged in users)
-
Hi,
This is the CSS that allows you to customize your header:#masthead {
background: url(https://amyandgregdotme.files.wordpress.com/2016/02/amy-v2.jpg?w=1440&h=500&crop=1) center 0 no-repeat;
background-attachment: fixed;
margin-top: 0;
padding-bottom: 0;
max-width: 95%;
height: 500px;
position: relative;
background-color: #111;
}You can change the “max-width” to your liking, or delete this property and add: “width: 1000px” for example.
-
-
-
Can I ask if this code will affect all feature images I had previously set? As now all pages display the same header image.
Thx
- The topic ‘Book Lite Theme – How to customize header size’ is closed to new replies.