Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
krileon wrote: Your issue is as follows; whoever wrote the template CSS was not specific enough in their selectors. Targeting all .email classes for instance is bad practice as it's too common.
ON: templates/youshopper/css/layout.css
IN: Line 135Code:.email, .print, .pdf { display: block; float: left; height: 16px; margin: 3px 2px 0 0; width: 16px; }
No idea what it's supposed to be targeting exactly. Suspecting content article icons, but they do not have any of the above classes. You should consult with the developer on this matter.
Please Log in or Create an account to join the conversation.