Archived topic
Sider theme - shadow
7 replies · Started by John on September 23, 2018
Hi,
I do like the Sider theme. Is it possible to add a shadow along the rightside of the left panel?
Like to hear
Kind regards
John
Hi John,
Try this CSS:
@media (min-width: 1000px) {
.site-header {
-webkit-box-shadow: 10px 0px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 10px 0px 5px 0px rgba(0,0,0,0.75);
box-shadow: 10px 0px 5px 0px rgba(0,0,0,0.75);
}
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
You can fine-tune the shadow here:
https://www.cssmatic.com/box-shadow
Let me know if this helps :)
Hi Leo,
Works great, many thanks
Kind regards.
John
No problem :)
Hi,
An other question about this theme. When i choose to show first post as featured post and the rest in 3 columns then the first row shows the featured post + 1. Is it possible to show the featured post in the first row and show in the second row post 2-3-4 and so on?
Kind regards
John
Hi there,
this should help:
https://docs.generatepress.com/article/using-columns-in-the-blog/#using-full-width-for-featured-post
David,
Many thanks, works great.
Kind regards
John
Thats great. Glad we could help