Academica title space
-
Hi – There is so much space before and after the Titles on all pages, posts and the home page. Is there a way to close this up some?
Thanks.
The blog I need help with is: (visible only to logged in users)
-
Another thing: how do I remove the gray border around the photos? Can’t find a way to remove them.
-
For the title, there are two places that the spacing is set. Add the following to your CSS and adjust the min-height and the bottom margin to get things adjusted the way you want. I would suggest making a test post with a two line title and then adjusting the two so that you can get the spacing to look the way you want it.
.column-title { min-height: 122px; } h1.title-header { margin-bottom: 30px; } -
Hi again!
Is there a way to close up the space below the slider/above the page title on the home page? -
Yup, add this to your CSS and edit the top margin value to your liking.
.title-header { margin-top: 46px; } -
-
This didn’t work, but just noticed you have title-header. Is that the actual website title at the top of the page?
I meant the space below the sliderabove the title on the page column. Any other suggestions on how to close this up on home page?
-
No, .title-header is the selector for the page title, Welcome. I just went into your custom CSS and added it with a 10px value. I also added the .home body class to the beginning so that it limits the change to the home page only. What you have right now in your CSS, at the bottom, is this:
.home .title-header { margin-top: 10px; }
- The topic ‘Academica title space’ is closed to new replies.