Reduce space between header and content – theme RYU
-
hello,
I am trying to minimise the space between the header and the photo on the website. Someone told me to add
.home .hentry {
padding-top: 50px;
}But it didn’t work. FYI I have css upgrade. The theme is RYU.
Your help is much appreciated.
Regards.
The blog I need help with is: (visible only to logged in users)
-
Looks like you misspelled “hentry” when adding the CSS:
.home .henry { padding-top: 50px; }If you add the missing “t” it should work.
-
- The topic ‘Reduce space between header and content – theme RYU’ is closed to new replies.