• hello,

    i am building a site that isnt quite ready yet, and when i insert an image at the top of my shop page, it is only appearing as 1/3 the page width instead of the size I uploaded it as.

    also, perhaps its related, but i inserted a widget in my footer and it is also appearing as a very small size.

    thanks

    • This topic was modified 3 years, 2 months ago by jessamca11.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support abwaita a11n

    (@abwaita)

    Hi @jessamca11,

    You could try making their containers have a 100% width on larger screens with this CSS:

    @media screen and (min-width: 64em){
      .row .large-6{
        width: 100%;
    }
    
    .site-footer-widget-area .large-12 {
        width: 100%;
    }
    
    }

    * The CSS goes to your Customizer → Additional CSS box.

    Let us know how it goes.
    Thanks.

    Thread Starter jessamca11

    (@jessamca11)

    works like a charm. thank you!

    Thread Starter jessamca11

    (@jessamca11)

    i spoke too soon ?? it appears now my image is a much lower quality than it should be. it is 1500 px width.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘shop page header and footer appearing too small’ is closed to new replies.