• Resolved vcmani

    (@vcmani)


    Dear Sir,
    Every thing was corrected with your reply and pass answers. Entire website is finished. Still only one problem in my site.
    1. menu height size has to adjust.
    2. when we came to my website menu looks normal and then scroll down and came up menu height look increased.
    Please me to Solve this problem
    i am using custom css below css i used for costumise

    #cir-banner {
    min-height: auto;
    }

    span.cir-search-bottom {
    display: none;
    }

    #menu-primary-menu.nav-menu {
    color: #86bc42;
    font-size: 18px;
    font-weight: normal;
    width: 800px;
    }
    .nav-menu li a:hover {
    color: #86bc42;
    font-weight: normal;
    }
    ul.nav-menu ul a:hover, .nav-menu ul ul a:hover, .nav-menu .current_page_item > a, .nav-menu .current_page_ancestor > a, .nav-menu .current-menu-item > a, .nav-menu .current-menu-ancestor > a {
    color: #86bc42;
    background-color: #ffffff;
    }
    .col-md-5 {
    padding: 10px;
    width: 310px;
    }

Viewing 7 replies - 1 through 7 (of 7 total)
  • Hello vcmani, you can add below css to your style.css (better use child theme) to adjust height of menu

    #cir-site-header {
        padding: 0 !important;
    }
    #site-navigation.main-navigation {
        margin: 18px 0 !Important;
    }
    Thread Starter vcmani

    (@vcmani)

    Hello Sir Issued solved sir thank u so much…
    but home page slider gone away sir….
    i am using “HUGE IT ” SLIDERs i am using for home page … that was gone away from website home page
    please do help sir

    Thread Starter vcmani

    (@vcmani)

    PLEASE HELP ME

    Hi There,

    Have you use widget visibility? And can you check the slider where you have kept it there or not?

    We look forward to your respond.

    Thanks

    Thread Starter vcmani

    (@vcmani)

    Dear Sir,
    http://iiceforeducation.com/ is my website …
    1. Menu Size differs when scroll down and go up (5 posts) is my question
    Answer : #cir-site-header {
    padding: 0 !important;
    }
    #site-navigation.main-navigation {
    margin: 18px 0 !Important;
    }

    but now home page slider is gone …..
    i check that coding …previous and presend coding in Theme header

    <aside id=”cir-banner” style=”background-color: <?php echo get_theme_mod( ‘banner_bg_colour’, ‘#c6b274’ ); ?>; <?php if ( get_header_image() ) : ?>background-image: url(<?php header_image(); ?>);<?php endif; ?>”>

    <?php get_sidebar( ‘banner’ ); ?><?php if ( is_page( ‘home’ )) echo do_shortcode(“[huge_it_slider id=’1′]”); ?>

    </aside>

    its normal…
    but still slider gone sir
    i am using siteorigin Custom CSS….
    Coding

    #cir-banner {
    min-height: auto;
    }

    span.cir-search-bottom {
    display: none;
    }

    #menu-primary-menu.nav-menu {
    color: #86bc42;
    font-size: 18px;
    font-weight: normal;
    width: 800px;
    }
    .nav-menu li a:hover {
    color: #86bc42;
    font-weight: normal;
    }
    ul.nav-menu ul a:hover, .nav-menu ul ul a:hover, .nav-menu .current_page_item > a, .nav-menu .current_page_ancestor > a, .nav-menu .current-menu-item > a, .nav-menu .current-menu-ancestor > a {
    color: #86bc42;
    background-color: #ffffff;
    }
    .col-md-5 {
    padding: 10px;
    width: 310px;
    }
    p {
    margin: 0px;
    padding: 15px;
    }
    #cir-site-header {
    padding: 0 !important;
    }
    #site-navigation.main-navigation {
    margin: 18px 0 !Important;
    }

    Please do help…..

    i dont understand ” Have you use widget visibility?”

    Thread Starter vcmani

    (@vcmani)

    I SOLVED PROBLEM SIR
    THANKS FOR YOUR KIND SUPPORT

    OLD CODE IN THEME HEADER IS
    <?php get_sidebar( ‘banner’ ); ?><?php if ( is_page( ‘home’ )) echo do_shortcode(“[metaslider id=308]”); ?>

    NEW CORRECTED CODE
    <?php get_sidebar( ‘banner’ ); ?><?php if ( is_page( ‘home’ )) echo do_shortcode(“[metaslider id=308]”); ?><?php echo do_shortcode(“[huge_it_slider id=’1′]”); ?>
    </aside>

    Thread Starter vcmani

    (@vcmani)

    I SOLVED PROBLEM SIR
    THANKS FOR YOUR KIND SUPPORT

    OLD CODE IN THEME HEADER IS

    <?php get_sidebar( ‘banner’ ); ?><?php if ( is_page( ‘home’ )) echo do_shortcode(“[huge_it_slider id=’1′]”); ?>

    NEW CORRECTED CODE

    <?php get_sidebar( ‘banner’ ); ?><?php if ( is_page( ‘home’ )) echo do_shortcode(“[huge_it_slider id=’1′]”); ?><?php echo do_shortcode(“[huge_it_slider id=’1′]”); ?>
    </aside>
    THAT IS TWICE I GAVE THAT CODE…
    ITS WORK SIR THANK YOU

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Menu Size differs when scroll down and go up’ is closed to new replies.