Decreasing/Increasing title bar width
-
Is it possible to increase/decrease the width of the title bar in the Goran theme?
The blog I need help with is: (visible only to logged in users)
-
Hi,
I’m not sure if by “title bar” you mean the red block in your pages and posts (like in http://donorthpizzeria.com/specials/)
If so, to decrease it’s width, try the following:@media screen and (min-width: 1020px)
.hero {
padding-top: 42px;
padding-bottom: 42px;
}It originally had a padding (space between the letters and border) of 72px, so you can decrease to something lower as in above)
I hope this helps! -
-
I tried this with another page: http://donorthpizzeria.com/contact/
and it seems to work, is the red block you’re talking about right?
Please make sure you click Save after you paste the CSS code to your CSS editor. -
Sorry..maybe I am not understanding. I pasted
(min-width: 1020px)
.hero {
padding-top: 42px;
padding-bottom: 42px;
}is this not correct?
-
-
- The topic ‘Decreasing/Increasing title bar width’ is closed to new replies.