Support » Theme: Vantage » Logo Too Small

  • Bedirhan78

    (@bedirhan78)


    Vantage Premium is used but the logo appears too small,

    Please help
    Mangopan.com

Viewing 5 replies - 1 through 5 (of 5 total)
  • Sam

    (@soumendra)

    Hello,

    You can try this to your Custom CSS for achieving that:

    .logo {
        margin-right: 0 !important;
        padding: 0 !important;
    }
    .logo > img {
        max-height: 70px !important;
    }

    Thank you.

    Thread Starter Bedirhan78

    (@bedirhan78)

    Well tried still

    My CSS It below

    .home .widget_headline-widget h3 {
    color: #666666 !important;
    }

    .main-navigation ul {
    text-align: center;
    }

    .main-navigation ul li {
    display: inline-block;
    float: none;
    }

    .main-navigation ul ul li {
    text-align: left;
    }
    .main-navigation a {

    font-size: 16px;
    }

    .main-navigation ul li:hover > a {
    text-decoration: underline;
    }

    header#masthead .hgroup {
    zoom: 4;
    position: relative;
    padding-top:0px;
    padding-bottom: 0px;
    }

    .home #main {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    }
    .panel-grid-cell {
    margin-bottom: 0 !important; /* Adjust the number on this row as desired */
    }

    .logo {
    margin-right: 0 !important;
    padding: 0 !important;
    }
    .logo > img {
    max-height: 150px !important;
    }

    Sam

    (@soumendra)

    Hello,

    Does that work for you now? Please let me know. So that i can help you further.

    Thank you.

    Thread Starter Bedirhan78

    (@bedirhan78)

    No Sam,

    please check the site you can see

    thanks.

    Sam

    (@soumendra)

    I cannot see

    .logo > img {
        max-height: 70px !important;
    }

    this code added in your site. Please make sure you have added that correctly.
    as i cannot see that. If you have added that correctly then please deactivate all your plugins to see the change.

    Thank you.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Logo Too Small’ is closed to new replies.