-
AuthorPosts
-
January 20, 2014 at 7:37 pm #193916
Hi There –
I am attempting to change the logo.png size in the template.css folder of which I did, but it did not reflect on the frontend of the site.
any suggestions? http://www.level6digital.com/all-partners
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
January 20, 2014 at 8:22 pm #519149Hi
Did you checked if you have enabled the development mode in your template manager ?
It needs to stay on Off, so you can make changes on css files
January 20, 2014 at 9:24 pm #519156Great! this works.
One more thing, how can I remove the “Blog comment section” as shown in this example? http://level6digital.com/ally-partners/index.php/about-us
Thanks.
<em>@pavit 406809 wrote:</em><blockquote>Hi
Did you checked if you have enabled the development mode in your template manager ?
It needs to stay on Off, so you can make changes on css files</blockquote>
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
January 20, 2014 at 9:37 pm #519158You can disable the plug-in Content – JA Disqus Debate Echo from plug-in manager
January 20, 2014 at 9:51 pm #519162Hi – This worked.
Will you please look into why the logo is not coming up with the right size and format? The actual size and format is 145×50.
How do I change the width of the header to allow the logo width to be wider. http://www.level6digital.com/ally-partners
Thanks.
<em>@allypartners 406819 wrote:</em><blockquote>Great! this works.
One more thing, how can I remove the “Blog comment section” as shown in this example? http://level6digital.com/ally-partners/index.php/about-us
Thanks.</blockquote>
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
January 22, 2014 at 3:36 am #519327You can look at this file: /templates/ja_beranis/tpls/blocks/header.php http://prntscr.com/2lgokz
<header id="t3-header" class="t3-header container">
<div class="row">
<!-- LOGO -->
<div class="span2 logo">
<div class="logo-<?php echo $logotype ?>">
<h1>
<a href="<?php echo JURI::base(true) ?>" title="<?php echo strip_tags($sitename) ?>"<?php echo $logoimage ?>>
<span><?php echo $sitename ?></span>
</a>
</h1>
<small class="site-slogan hidden-phone"><?php echo $slogan ?></small>
</div>
</div>
<!-- //LOGO --><!-- MAIN NAVIGATION -->
<nav id="t3-mainnav" class="t3-mainnav navbar-collapse-fixed-top span10">
<?php if ($this->countModules('position-0')) : ?>
<div class="head-position<?php $this->_c('position-0')?>">
......................................
You can increase the width by changing the div tag for the logo to span3 or greater value (span4, span5, …. However, you must make sure the total span for 1 row is 12 spans, hence, you must also decrease value of main navigation div to span9 (or span8, span7 respectively)
One more thing is that if you’re using default theme, you can create a new file named custom.css in this path /templates/ja_beranis/css and put your custom CSS code into this file.
-
AuthorPosts
This topic contains 6 replies, has 3 voices, and was last updated by Saguaros 10 years, 10 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum