Sign In  |  Cart  |  Join Now

Changing Width if "logo_menu.png"

February 08, 2010
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 08, 2010 at 3:25 PM
This is line 73 of /concrete/themes/core/dashboard.php:
<?php
<a href="<?=$this->url('/dashboard/')?>"><img src="<?=ASSETS_URL_IMAGES?>/logo_menu.png" height="49" width="49" alt="Concrete5" /></a>?>

Copy the file to your /themes/core/ and edit it.
 

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
 
 

Hot Spots...

ForumsPartners | Contact | Blog

Search site