Home page not responsive?

The carousel image and the home page are not responsive & don’t adjust their size.
I have switched between my child theme and just the regular Unite theme. I have the reset the home page from default to full width. Yet nothing seems to work.

All the other pages and post pages seem to work fine.

I really like this theme and want to keep using it. Any advice?
http://www.clothesencounters.net/blog/

Thanks
Chancer

FYI:

There seems to be some type of conflict between Jetpack’s tiled galleries and the Unite theme. When I remove the Jetpack gallery shortcode, all is fine.

But home page is not responsive if you use any gallery setting other than thumbnail grid (the default). Tried with both my child and standard Unite theme.

Tested with WP Twenty Sixteen and tiled gallery resized.

Since the tiled gallery is a nice to have touch, I will just not use it. Thanks for an otherwise great theme!

Hi Chancer,

Sorry to hear of the problem you are having.

I visited your site but didn’t see the issue on your site. May be this is because you have disabled the gallery on your site.

I could not reproduce the issue on my test site so could you please share me the page URL from your site where it’s happening so that i can troubleshoot it?

Best Regards,
Movin

I have reactived the jetpack gallery (thumbnail/tiled mosaic) on the home page here >
http://www.clothesencounters.net/blog/

Images are coming at full size and will not resize for responsive screens. See attached screenshots without the gallery being active and one with it active.

You can try resolving this issue by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Theme Options -> Other -> Custom CSS

.tiled-gallery .gallery-row {
    width: 100% !important;
}

It worked. Thanks!

You are most welcome here :slight_smile: