Okay
  Public Ticket #985330
about menu bar
Closed

Comments

  •  2
    Yedida Sadewa started the conversation

    Hello i had purchase Shoot theme and I have a problem when i need to combine menu bar in dark index, and full width index, so it still looks clear, for detail you can see at photo i attch

  •  840
    Jelly replied

    Hi,

    Please add the css code in the path: shoot -> styles -> main.css, please put it in the end of the file:

    @media (min-width: 992px) {
    .left-menu .navbar {width: 0;}
    .left-menu .navbar .navbar-header {right: 0;}
    .left-menu .slider-full {margin-left: 0;}
    }

    Best Regards,
    Jelly Team

  •  2
    Yedida Sadewa replied

    hello, i had inserted the script, and then appear a white line like photo i give in attch file, i also attch my html script so you can check if something wrong. 

  •  840
    Jelly replied

    Hi,

    I'm found it out now, please try update it again:

    @media (min-width: 992px) {
    .left-menu .navbar {width: 0;}
    .left-menu .navbar .navbar-header {right: 0; left: inherit;}
    .left-menu .slider-full {margin-left: 0;}
    }

    Best Regards,
    Jelly Team

  •  2
    Yedida Sadewa replied

    Hello, I think you have misunderstood what I meant. I will try to explain it more clearly now. What I meant was how do you turn the Nav bar on the left to transparent  and move the icon button up. Please open the JPEG file to get the visual. I have try multiple times but it does not work and always resulted in an error.

  •  840
    Jelly replied

    Hi,

    I'm understanding it now, I can help you move the button. Please try remove the code from previous replied and try again.

    @media (min-width: 992px){
    .left-menu .slider-full {
        width: calc(100% - 0px);
        margin-left: 0;
    }
    }
    @media (min-width: 768px){
    body.dark.left-menu .navbar, body.dark.left-menu .navbar .navbar-header {
        background-color: transparent;
    }
    .left-menu .navbar {
        background-color: transparent;
    }
    .left-menu .navbar .navbar-header {
        background-color: transparent;
    }
    .left-menu .navbar .navbar-toggle {
        top: 7%;
    }
    .container-fluid, .container {
        padding-left: calc(15px + 0px);
    }
    }

    Best Regards,
    Jelly Team

  •  2
    Yedida Sadewa replied

    it works!!!!! 

    Thank you so much :)

  •  840
    Jelly replied

    Hi,

    Glad it’s working for you now. Do you still need my help?

    Best Regards,
    Jelly Team

  •  2
    Yedida Sadewa replied

    sure i still need your help, i'll make a new ticket for any problem i get.

  •  840
    Jelly replied

    Hi,

    I am currently closing the ticket. Please don’t hesitate to submit a ticket whenever you need help. I will be happy to assist you.

    P.S. I would appreciate if you could please rate the Theme and like the assistance under my support, means a lot to me. Thank you.

    You can rate it with your themeforest account at your downloads page, precisely at this link: http://themeforest.net/downloads and hover over the 5 stars for our theme, thank you very much!!

    Best Regards,
    Jelly Team