Archived topic
Page layout
1 reply · Started by _blank on December 15, 2019
Viewing posts 1–2 of 2
How can i set my page at bottom also how can i give my page boarder a little shadow just like this https://www.elegantthemes.com/blog/resources/8-best-wordpress-grid-plugins-to-keep-your-site-looking-sharp
Hi there,
How can i set my page at bottom
Sorry can you explain a bit more? I'm not quite sure which part you are referring to.
As for the shadow, you can try this CSS:
body:not(.full-width-content) .inside-article {
box-shadow: 0 8px 60px 0 rgba(103,151,255,.11), 0 12px 90px 0 rgba(103,151,255,.11);
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
This archived topic is closed to new replies.