Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • Pankaj Sharma Moderator
    #1025905

    Hi
    Do u want to increase the logo size or want to move it to the right?
    To increase the size follow the suggestion I suggested you in another thread posted by you.
    And if you want to show it on the right you can add float:right; style on logo class in custom.css.

    Regards

    hdsalah2016 Friend
    #1025912

    Sir i want to move it in a center exact unto the body of our templates, the size of our header are 890px by 91px

    thanks

    best regard..

    hdsalah2016 Friend
    #1025915

    Hi! sir can you please check it properly, because because did not work…please help us to fix it.. thanks!

    @media (min-width:768px) {
    .logo-image a {
    width: 768px;
    height: 81px;
    }
    .logo {
    height: 102px;
    .float {
    float:center;
    }
    }}

    @media (max-width:768px) {.logo-image a { width: 140px; height: 51px; } .logo { height: 70px;
    }}.logo {
    border-left: 0;
    border-right: 0;
    }
    .logo {
    border: none;
    }
    .form-search {
    border: none;
    }
    .t3-mainnav {
    height: 65px;
    }
    .top-content .ja-slide-main-wrap .ja-slide-desc {font-size:20px!important;}

    Pankaj Sharma Moderator
    #1025924

    Hi
    Add below code in custom.css file

    @media(min-width:992px){
    .logo {
        min-width: 1220px;
        margin: 0 auto;
    }
    .logo-image a {
        width: 768px;
        height: 81px;
        margin: 0 auto;
    }
    }
    

    Regards

    hdsalah2016 Friend
    #1025946

    sir thanks a lot

    best regards

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

This topic contains 5 replies, has 2 voices, and was last updated by  hdsalah2016 6 years, 11 months ago.

The topic ‘Dis align the header logo and Agency name, to the top mainnav’ is closed to new replies.