homepage not responsive after adding gallery

Hi, my homepage is no longer responsive since I added a gallery, the galleries on the other pages are made in the same way and are responsive, link is here:http://ridelimousin.bristolcomputerfix.co.uk/

Still can’t find a solution!

could it be a setting in the gallery causing this? thanks.

Hi @mrtee,

I hope you are well today and thanks for posting here.

I could confirm the issue on my test site therefore i have notified this to the theme developer so that it will be fixed in the future version of theme.

In the meanwhile you can try fixing this issue by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Dazzling Options -> Other -> Custom CSS

@media (max-width: 768px){
#page .side-pull-left #primary {
    float: none;
}
}

Best Regards,
Movin

awesome thanks for that worked a treat :slight_smile:

You are most welcome here :slight_smile: