also getting 404 page not found error have tried updating the permalinks but still get the same problem here is the site http://dawidlotzphotography.com/
error page 404 is occoured if you don’t have that page. I think you don’t have gallery page so you are getting an issue. Sometimes gallery name is not accepted because WordPress have gallery name by default. So you may use name galleries instead.
Add below Custom CSS from Customize > Additional CSS.
Hi John-Paul,
Try to use different name than gallery must work fine. If its your own gallery plugins then the name gallery change to galleries on that plugin might solve your issue.
Thank you
Hi John-Paul,
It needs a lots of code customization. You have to remove all the media query css from style.css file and also in header-extension.php on line no 21 you have to change this code <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"> with <meta name="viewport" content="width=1078" />
Each and every time while you update the theme the same customization you need to make.