Site logo

[Support request] How is the width of my sidebar in Pixel?

Home Forums Support [Support request] How is the width of my sidebar in Pixel?

Home Forums Support How is the width of my sidebar in Pixel?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2433567
    Anne-Barbara

    Hi,

    in the customizer I have the setting that the right sidebar is 25%. How is the with of it in pixel? I have an element above the sidebar that should have the same width:

    https://hochsensibelsein.org/wP/

    Sorry, but I couldn’t find this anywhere…

    Kind regards,
    Anne-Barbara

    #2433840
    David
    Staff
    Customer Support

    Hi there,

    your image is on 255px wide, so it doesn’t fill the sidebar width on a larger screen.
    You can either use a wider image, or just add some CSS to force the image to fill the space:

    
    .inside-right-sidebar img {
        width: 100%;
        max-width: 100%;
    }
    #2438537
    Anne-Barbara

    Thank you, great! 🙂 Kind regards, Anne-Barbara

    #2438840
    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.