Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
+4 votes
477 views
in Themes by
edited by

When Muffin Theme's width is from 1250 to 1330 pixels it becomes transparent.

Take a look at these screenshots taken in Muffin demo (http://gdon.unaux.com/muffin/):

1250 px

https://image.prntscr.com/image/cmk6UrBGSO6Uq_qPz417Cg.png

1330 px

https://image.prntscr.com/image/7_giqEoGTvie_vKVorzFvg.png

1 Answer

+1 vote
by
selected by
 
Best answer

Thank you for your feedback @Ronlaw.

This issue happened while fixing another issue on the Statistics Tooltips, meaning the text description when you hover the question's statistics.

This fix will be implemented on the next theme update.
Meanwhile if you do want to fix this, you can simply add the following CSS code to your  custom-styles.css  file situated on the CSS folder.

.qa-nav-main {
    z-index: 100;
}

 

...