Using Enfold theme one may stumble upon an issue with the store message of WooCommerce overlapping menu and logo partially. Annoying and could have been avoided if the theme were designed more properly. When looking at how the store message is propagated to the top of the page, you will discover its code actually is […]
Tag: css
Solved: add icons in front of latest news widget news title links (Divi theme)
I am using Divi theme (for many of my projects). In it if for some case you would use the standard page layout with its sidebar, you will likely use widgets on the sidebar. If you happen to be like me, that you would like to display latest news in the WordPress latest news widget […]
Solved: Divi Mobile Menu Extends over screen, can’t scroll, some menu items not visible
You may discover that using Divi theme menu module and having long enough menu with nested menu items the menu might upon opening extend deeper down on screen than there is room on screen and hence it will not be fully visible on mobile screens. In addition the long menu is not scrollable, leaving further […]
CSS Trick: extend inner element over edges of container element
Sometimes you need to place an element inside another element (let’s say a div inside a div) and then extend the contained div over the edges of the container div. This needs to be done so that even if the container div has padding and/or margin set, the inner div still will overlap and extend […]