Try this in the custom CSS option:
.site-header {
padding: 24px 10px 0 10px;
}
Hi,
I tried this, but doesn’t seem to have any effect..
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
Perhaps your browser is caching your old website, have you cleared your cache?
Here’s a link so you can see it yourself 😉
Oeps.. forgot the link..
lips.grundel.nl
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
I can’t quite see what you mean, I see a width of 470px;
http://snag.gy/8b7YB.jpg
it’s working now.. i saw indeed it was 470px, so i checked the settings of the widget again it was set to a width of 460 pixels, I changed it back to the original 468px and now it’s showing up fine. Thanks Andrew!
Another question 🙂 If you click on one of my posts, you see a thumbs up and a thumbs down, the only things is that they’re a bit cut off on the downside. You know a solutions for this? Otherwise I’ll ask it on the maker of the plugin 😉
Thanks again.
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
I’d give your thumbnails a height;
#watch_action span img {
height: 16px;
}
Otherwise the thumbnails will use;
height: auto;