[Resolved] Floating Images and Sidebar

Home Forums Support [Resolved] Floating Images and Sidebar

Home Forums Support Floating Images and Sidebar

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1352437
    Shiraz

    Hi

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

    Here is the sample blog: wplogout.com

    Best Regards
    Shiraz

    #1352801
    David
    Staff
    Customer Support

    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;
    }
    #1352878
    Shiraz

    Thanks a lot for great service 🙂

    #1353400
    David
    Staff
    Customer Support

    You’re welcome

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.