Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Deepen

    (@j_3rk)

    @namthar

    This seems to be an issue with div structure of the page. Can you provide your website url here ?

    Hooking into a sidebar widget is not possible at the moment.

    Thread Starter namthar

    (@namthar)

    Hi!
    Here https://smhag.com/konferenz/
    Thx for the fast answer!

    Hi @namthar, basically this is responsibility of designer or theme.
    Any quick good designer can see and resolve it. So, we recommend you to talk with the designer.
    However, if you are doing it on your own and you are new to styling, here, please copy and paste this code in WordPress Dashboard > Appearance > Customize > Additional CSS

    .dpn-zvc-single-content-wrapper .dpn-zvc-col-4,
    .dpn-zvc-single-content-wrapper .dpn-zvc-col-8 {
        box-sizing: border-box;
    }
    
    .dpn-zvc-single-content-wrapper .dpn-zvc-col-8 .deepn-zvc-single-description img {
        max-width: 100%;
    }
    
    .dpn-zvc-single-content-wrapper .deepn-zvc-single-featured-img {
        margin-bottom: 0;
    }

    This should align everything in place. Please let us know if that works.

    Regards

    • This reply was modified 3 years, 8 months ago by ugene.
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Side bar content position’ is closed to new replies.