Home Forums Support Questions Reply To: Questions

#205117
Tom
Lead Developer
Lead Developer

Hi there,

1. I can’t speak for other plugins, but GP is compatible up to the latest version of PHP (7).

2. With this CSS:

@media (max-width: 768px) {
    h3 {
        font-size: 20px;
    }
}

Adding CSS: https://generatepress.com/knowledgebase/adding-css/

3. I assume you added CSS to remove the left and right padding from the sections? Best thing to do here is to give your section with the map a class and then target that class specifically, while leaving the other sections with the default padding.

4. Set the theme location of your menu in “Appearance > Menus” to the “Slideout menu” as well as primary menu.

5. Use a plugin like this instead of a table: https://wordpress.org/plugins/lightweight-grid-columns/

Hope this helps 🙂

  • This reply was modified 7 years, 10 months ago by Tom.