Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • rickjones Friend
    #195955

    Hi,

    How do I increase the logo size? I’ve tried several suggestions from other posts, and it always cuts it off vertically.

    I changed /css/template-responsive.css to be:

    }
    .logo-image a {
    background-size: 100% 100%;
    max-width: 360px;
    max-height: 96px;
    }

    And it only shows 56-60 pixels in height, the rest being hidden.

    Thanks for your help,

    R

    pavit Moderator
    #527432

    Hi

    In this folder /templates/ja_mitius/css/

    open your custom.css file or if not present create a new one and add at it

    .logo-image a {
    width:357px;
    height:96px!important;
    }

    rickjones Friend
    #527491

    Thank you that worked.
    R

    joomlafans Friend
    #534238

    Hello.

    This has not worked for me, not sure what am I doing wrong. I am using the Blue theme and tried editing the blue local css to no avail.

    Can you please explain what files I need to edit to change the logo size?

    I am creating a banner and want it to cover all of the black area between the main menu and the top menu.
    Thank you for your help

    pavit Moderator
    #534239

    Hi

    Please post a link to your website and also a screenshot of how it should be

    joomlafans Friend
    #534241

    First I would like to resize the logo so it covers the bigger red rectangle

    Second I would like to resize the logo so it covers all of the top area including the login and top menu


    1. bannerexample01
    2. bannerexample2
    joomlafans Friend
    #534243

    Oh and the search and social links you see there do not work for some reason. they just go back to the home page.

    pavit Moderator
    #534300

    Hi

    You can obtain what you need removing from the default layout php file the topheader.php block

    Then modify in your header.php file the span8 class changing to span12 and modify the logo css adapting it to the new dimensions

    Example:

    You are using the Home layout as default
    Open this file templatesja_mitiustplshome.php

    <?php $this->loadBlock ('top-header') ?>

    <?php $this->loadBlock ('header') ?>

    <?php $this->loadBlock ('mainnav') ?>

    <?php $this->loadBlock ('top-bar') ?>

    <?php $this->loadBlock ('slideshow') ?>

    remove the
    <?php $this->loadBlock ('top-header') ?> from it

    Then open this file templatesja_mitiustplsblocksheader.php

    <!-- LOGO -->
    <div class="span8">
    <div class="logo 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>
    <small class="site-slogan hidden-phone"><?php echo $slogan ?></small>
    </h1>
    </div>
    </div>
    <!-- //LOGO -->

    change the <div class=”span8″>

    joomlafans Friend
    #534345

    Hello. Thank you for your reply.

    This however removes the login and top menu which I’d like to keep. it also leaves a black padding between the logo, the main menu and the top of the page. is there a way to get rid of the padding? if so how? and is it possible to make the header transparent and how ? screenshot attached


    1. bannerexample3
    pavit Moderator
    #534349

    <blockquote>Second I would like to resize the logo so it covers all of the top area including the login and top menu</blockquote>

    This is not clear, i thought you want to remove them

    BTW what are you asking now is a complete header customization that is out of the scope of this forum.

    I can suggest to investigate more, reading the online documentation HERE

    If you are unable to do it by yourself, i suggest you to purchase a TWEAK Service offered by Joomlart and covering these types of services.

    joomlafans Friend
    #534355

    ok. thank you for you time.

Viewing 11 posts - 1 through 11 (of 11 total)

This topic contains 11 replies, has 3 voices, and was last updated by  joomlafans 10 years, 6 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum