- This topic has 2 replies, 2 voices, and was last updated 5 years, 2 months ago by
Sebastian.
Author | Posts |
---|---|
mariojazz
January 27, 2020 at 4:54 pm
|
Heads up! this post was created when Microthemer was at version 6. The current version is 7. Some references to the interface may be out of date. Hi, Thanks |
mariojazz
January 27, 2020 at 4:57 pm
|
For more info I work with DIVI. Will it have to do with cache? |
Sebastian
January 28, 2020 at 10:49 am
|
Hey, Looking at your Microthemer stylesheet, I can only see flexbox styles set via the Large Desktop tab (min-width: 1200px) . Perhaps you removed the padding styles since? Or I’m not seeing the most up to date stylesheet… I also notice that the classes Microthemer is picking up by default are fairly generic:
And so they probably affect multiple elements, on multiple pages on your site. To make Microthemer’s selectors specific to the current page only, enable the page-id modifier during targeting mode. You then turn this off when you want to add styles globally, like when styling a header or footer that appears on many pages. As well as limiting the scope of all MT selectors to the specific page you’re working on, you can also change which class or id Microthemer uses to target elements. Watch the targeting video for some general tips there (also available via Microthemer’s Help menu at the top right of the interface). I suspect the issues you encountered are because your selectors are affecting more pages than you realise. So when you return to the home page, unintended changes have been made. However, caching is always a potential explanation if your changes don’t seem to stick when you view the site as a non-logged in user. If you think my theory about overly generic selectors isn’t the whole picture in your case, please let me know! Thanks, |