• Hey, love your theme but I’m having issues with the new 0.8.0 upgrade. My page before the upgrade was looking great and functioning correctly on Firefox Safari and explorer. After the upgrade my font size shrunk, theirs small squares on the left of links and my backgrounds and header don’t load on Safari.

    My page is http://www.nmwproductions.com

    Do you have any fixes for these issues? Or is their a way to downgrade to the previous constructor version? Thanks again for all your work

Viewing 1 replies (of 1 total)
  • Oh, open file
    /wp-content/themes/constructor/themes/sunrise/style.css

    And comment next code:

    #body { /* for all page */
        font-size: 1.6em;
    }

    Should be:

    #body { /* for all page */
        /*font-size: 1.6em;*/
    }

    This is not a original file of sunrise theme…

Viewing 1 replies (of 1 total)

The topic ‘Constructor 0.8.0 upgrade issues’ is closed to new replies.