Holmey Posted September 25, 2012 Share Posted September 25, 2012 Hi, I'm looking to edit my portal CSS for www.wondersofwordpress.com/client-area/?ccce=index so that the text appears underneath the icon images, not through them as they are, (put a line break under the images?), can anybody suggest what modifications I need to make to the Portal Style CSS to do this please. Highest regards, Holmey 0 Quote Link to comment Share on other sites More sharing options...
WebsiteIntegrations Posted September 25, 2012 Share Posted September 25, 2012 This is caused by your wordpress stylesheets, the CSS Reset at the top of this file http://wondersofwordpress.com/wp-content/themes/weaver-ii-pro/style-minimal.css?ver=1.1.6 0 Quote Link to comment Share on other sites More sharing options...
WebsiteIntegrations Posted September 25, 2012 Share Posted September 25, 2012 Replace html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { background: transparent; border: 0; margin: 0; outline: 0; padding: 0; vertical-align: baseline; word-wrap:break-word; } with html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend { background: transparent; border: 0; margin: 0; outline: 0; padding: 0; vertical-align: baseline; word-wrap:break-word; } 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.