Details
Permalink
Hello Gurus -
Things are going well with my first site, mytrucklube.com. Few details I'd like to tweak:
1. Header - spacing and alignment:
a. alignment of logo and nav area is off. The logo doesn't line up with nav area unless there is a spacer, (which wagdi was kind enough to install via the tnspacer plugin).
That adds too much space from the top for my liking. I am in the header.php, and see if I can do anything there.
I see a line that says: <div style="min-height: 80px">, and I changed it from 80 to '8'. No change on site that I can tell.
Is this a C5 issue? What can I do to make this work? (Granted, I do not know much about php, just using some common sense)
2. Footer: As much as I like the plug for "concrete5 - open source CMS", I am trying to remove it and the "Sign In to Edit this Site". I added the comment marks: //
in footer.php, and after that didn't work, I deleted the line:
<span class="sign-in"><a href="<?php echo $this->url('/login')?>"><?php echo t('Sign In to Edit this Site')?></a></span>
<?php } ?>
but they still show. I cleared the cache too. Do I just need to wait a while for the header and footer.php to replicate or something? Is there something else can I do?
Things are going well with my first site, mytrucklube.com. Few details I'd like to tweak:
1. Header - spacing and alignment:
a. alignment of logo and nav area is off. The logo doesn't line up with nav area unless there is a spacer, (which wagdi was kind enough to install via the tnspacer plugin).
That adds too much space from the top for my liking. I am in the header.php, and see if I can do anything there.
I see a line that says: <div style="min-height: 80px">, and I changed it from 80 to '8'. No change on site that I can tell.
Is this a C5 issue? What can I do to make this work? (Granted, I do not know much about php, just using some common sense)
2. Footer: As much as I like the plug for "concrete5 - open source CMS", I am trying to remove it and the "Sign In to Edit this Site". I added the comment marks: //
in footer.php, and after that didn't work, I deleted the line:
<span class="sign-in"><a href="<?php echo $this->url('/login')?>"><?php echo t('Sign In to Edit this Site')?></a></span>
<?php } ?>
but they still show. I cleared the cache too. Do I just need to wait a while for the header and footer.php to replicate or something? Is there something else can I do?
1. "That adds too much space from the top for my liking."
You can adjust the spacer height. Click on the 'Spacer' block>>'Edit'>> enter pixels.
2. "Footer: As much as I like the plug for "concrete5 - open source CMS", I am trying to remove it and the "Sign In to Edit this Site"."
Go into Themes>> 'Plain Yogurt' (If that is what you're using)>> 'Customize'>> 'Add your css'>> and insert the following
You may need to clear the cache for the changes to take effect.
Best wishes,
Wagdi