Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • Andrew Carleton Friend
    #196470

    Hi,

    If you look at http://www.pcservicesni.com/joomla I would like to change the logo size and navigation panel height.

    I have changed the logo width and height in the template.css but I cannot find how to change the header of the navigation panel.

    How can I change this in the hope that the logo displays properly?

    Thanks, Andrew

    TomC Moderator
    #529589

    How about this . . . .


    .t3-mainnav {
    background: none repeat scroll 0 0 #FFFFFF
    border-bottom: 1px solid #1D1D1D
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.8);
    height: 100px;
    left: 0;
    margin-bottom: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(0px, 0%);
    transition-duration: 600ms;
    transition-property: background, border, transform;
    transition-timing-function: ease-out;
    z-index: 1030;
    }

    Of course, you can use whatever pixel value you wish for your header.

    What are the dimensions of yoru logo image?

    chavan Friend
    #529593

    Go to this File: /templates/ja_fixel/css/themes/blue/template.css

    Add this code:

    .logo img{
    height:60px !important;
    }

    .logo-image{
    height: 79px !important;
    overflow: hidden;
    width: 150px !important;
    }

    .logo {
    margin: 0 auto !important;
    }

    TomC Moderator
    #529844

    Andrew:

    Did the above suggestions help you?

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

This topic contains 4 replies, has 3 voices, and was last updated by  TomC 10 years, 7 months ago.

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