I am adding a new "logo_menu.png" to a site I'm working on and need it to be wider. Where do I edit so that the image isn't fixed at 49px x 49px? and also, have it so that it pushes over the Edit and Add buttons?
re: Changing Width if "logo_menu.png"
Feb 09, 2010 at 4:47 AM
Thanks for your reply. I have changed that line of code so that the width is 106, but when I uploaded the updated file to replace the old one, I see no difference. Is there something I'm doing wrong?
Solution
Feb 09, 2010 at 9:06 AM
OK, I've done it. I needed to edit the CSS file called 'ccm.ui.css'. It can be found here: .../concrete/css/ccm.ui.css
I edited the div#ccm-logo-wrapper, div#ccm-logo-wrapper img and div#ccm-page-controls ul#ccm-main-nav {margin: 0px; padding: 0px 0px 0px 106px(change this value to whatever the width of your image is);} styles
I edited the div#ccm-logo-wrapper, div#ccm-logo-wrapper img and div#ccm-page-controls ul#ccm-main-nav {margin: 0px; padding: 0px 0px 0px 106px(change this value to whatever the width of your image is);} styles





okhayat
re: Changing Width if "logo_menu.png"
Copy the file to your /themes/core/ and edit it.