Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @fodfunpassion,
    to fix the gallery problem, you can try adding the following CSS to your theme’s “additional CSS” in the customizer.

    .gallery-columns-3 .gallery-item {
    	max-width: -webkit-calc(33.3% - 3px);
    	max-width: calc(33.3% - 3px);
    }
    

    I am not sure what is wrong with the home page. It might be better if you posted your question to the MH FoodMagazine theme support forum, so the theme’s creators and users, who have more intimate knowledge of the code, can better assist you.

    • This reply was modified 6 years, 10 months ago by alichani.
    Thread Starter foodfunpassion

    (@foodfunpassion)

    Thank you very much!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Not showing photos on certain pages x 2’ is closed to new replies.