Viewing 6 posts - 31 through 36 (of 36 total)
  • Author
    Posts
  • sebbs Friend
    #544927

    I don’t know what the heck to do anymore so I am going to get my admin guy to create me a new subdomain (bmwqc2) and see if that helps

    TomC Moderator
    #544928

    <em>@sebbs 439993 wrote:</em><blockquote>I did a new database… the bmwqc logo IS STILL there!! What’s up with that!!!</blockquote>

    Try clearing your browser cache . . . I’m not seeing the logo on my browser (again, Firefox 31.0)

    sebbs Friend
    #544929

    REALLY?? i’LL TRY THAT

    Ninja Lead Moderator
    #544951

    <em>@sebbs 439951 wrote:</em><blockquote>How do I adjust the logo size on the main page to fit my top menu?

    http://bmwqc1.dev.dnsnetworks.ca/</blockquote>

    My solution below will help you to change to logo with dimensions: 214x 130

    + Create templates/purity_iii/css/custom.css file and add new rule

    @media (min-width: 991px) {
    .navbar-header {
    width: 230px;
    height: 130px;
    }
    .logo-image > a > img {
    max-width: none !important;
    }
    .page-masthead .row-feature {
    padding-top: 214px;
    }
    .navbar-nav {
    margin-top: 30px;
    }
    }

    Let me know if it helps

    minas69 Friend
    #545045

    Hi,

    I need to place a logo like this..see image…

    The logo size 755 x 105 png

    What I have to do ?

    and for mobil ?

    thanks in advance

    markus


    1. fdss
    2. Logo755
    Ninja Lead Moderator
    #545185

    <em>@minas69 440132 wrote:</em><blockquote>Hi,

    I need to place a logo like this..see image…

    The logo size 755 x 105 png

    What I have to do ?

    and for mobil ?

    thanks in advance

    markus</blockquote>

    I have checked the screenshot you mentioned and the best way in this case is that, you can hide the logo and add new position in header. You can have a look at my solution below

    + Disable the logo

    Open templates/purity_iii/tpls/blocks/header.php file

    Change

    <div class="navbar-header" >

    To

    <div class="navbar-header hidden-sm hidden-xs hidden-lg" >

    + Add new position in header.php file

    Change

    <!-- //NAVBAR MAIN -->

    To

    <!-- //NAVBAR MAIN -->
    <?php if ($this->countModules('logo-custom')) : ?>
    <div class="logo-custom<?php $this->_c('logo-custom')?>">
    <jdoc:include type="modules" name="<?php $this->_p('logo-custom') ?>" style="raw" />
    </div>
    <?php endif ?>

    + Create template/purity_iii/css/custom.css file and add new rule


    .logo-custom {
    float: left;
    clear: both;
    }
    .page-masthead .row-feature {
    padding-top:200px;
    }

    And see the screenshot


    1. custom_logo
Viewing 6 posts - 31 through 36 (of 36 total)

This topic contains 36 replies, has 4 voices, and was last updated by  Ninja Lead 9 years, 9 months ago.

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