Chaning the padding on Goran theme using CSS
-
Hi
I would like to adjust the padding between the navigation breadcrumbs and a page heading on the Goran theme using CSS.
I’ve tried to fiddle with it using the Inspect Element but I’m a real newbie when it come to CSS.
Take for example this page: http://archerswiftbooks.com/genesis-guardian-of-gatling/
There’s a lot of white space between breadcrumbs (Home> Genesis) and the heading “Genesis ~ Guardian of Gatling.”
Can someone please let me know what I can do?
The blog I need help with is: (visible only to logged in users)
-
Hello there!
I think you can adjust it with the following:.content-area {
padding-top: 100px;
}Make that 100px number bigger or smaller to suit your needs.
I hope that works for you!
Have a good evening!
-
-
Excellent! I’m glad it worked!
Normally you can do the following to adjust the H2 size (obviously, adjust the font-size number to what you want):
h2 {
font-size: 80px !important;
}Make sure you add the !important at the end. It will overwrite the global CSS for the H2 tag.
Good luck!
-
- The topic ‘Chaning the padding on Goran theme using CSS’ is closed to new replies.