Update, format shifted around, codes don't work

Hello,
I have several issues after updating the theme.

  1. I would like to remove the header picture at the top. Previously, I used a code to get rid of it but it no longer works.

  2. Above the additional information section of my individual products there is a lot of extra awkward, white space. I’d like to clean this up, please help.

  3. MY BIGGEST CONCERN. My products list will not show as a full width, no sidebar page. There is an awkward white area to the right as if I had a sidebar. Please please help.

Thank you!!

Hello there,

I hope you are doing well today.

Could you please provide a link to your website so that I can inspect it and provide some options for you?

Best Regards,
Support

Sure it’s http://isaplzz.com

Hi,

  1. Use this CSS snippet in Appearance -> Customize -> Additional CSS

.single-product .header-callout { display: none; }

It removes the whole header. You mean on this page right? http://isaplzz.com/product/dreamer-print/

  1. It is coming from the YITH Magnifier Gallery plugin, I suggest you to contact the plugin author about this issue.

  2. Use this Custom CSS, it will make the shop page fullwidth.

.post-type-archive-product #primary {
    width: 100%;
}

Let us know,

Thanks,
laranz.