Site logo

Archived topic

Floating Images and Sidebar

3 replies · Started by Shiraz on July 5, 2020

Viewing posts 1–4 of 4

Hi

How I can make floating features images on homepage? and floating sidebar?.

Here is the sample blog: wplogout.com

Best Regards
Shiraz

Hi there,

you can add box-shadows to archive images and side bar widgets with this CSS:

.sidebar .widget,
.post-image img {
    box-shadow: rgba(23,43,99,.4) 0 7px 28px!important;
}

Thanks a lot for great service :)

You're welcome

This archived topic is closed to new replies.