• Resolved stylemonk

    (@stylemonk)


    Hi Tarabusk,

    Hope you okay. I need your help.
    I would like to modify a little bit Main menu bar, so the menu bar sits outside of branding div above the slider and menu bar is full length wide same as slider.

    I know how to place menu outside of Branding div but for any reason menu bar is moving when Zoom in and out. (I am not the best in codding) ??

    Thanks
    Stylemonk

Viewing 5 replies - 1 through 5 (of 5 total)
  • Theme Author tarabusk

    (@tarabusk)

    Hi Stylemonk,
    I had a look at your websiste, are you talking about the green menu bar, which position itself in a wrong way while shrinking the width of the browser or is it another problem you’re talking about ?
    If this is this green bar, i should have a look on it, I don’t have any answer right now, but I already noticed that it some resizing configurations, the position (calculated in js/tara.js file) was not correct …

    Thread Starter stylemonk

    (@stylemonk)

    Hi Tarabusk,

    Yes, I talk about a menu bar with green line underneath.

    My aim is to create a Div container which would be outside of Branding div which would hold menu bar and would be full length wide and would stay in the same position when zooming in or out, like other elements of website.

    In few words – how to make menu full length wide which would not move around when zoom in or out.
    Many thanks
    Stylemonk

    Theme Author tarabusk

    (@tarabusk)

    Hi Stylemonk,
    In your very special case, I would suggest you to add the following code at the end of the : style.css file (better if you already created a child theme).
    This would fix the problem, not in a elegant way though …

    @media (max-width:750px) {
    	.main-navigation {
    margin-right: 15%;
    }
    }
    Thread Starter stylemonk

    (@stylemonk)

    Thanks
    Will try

    Stylemonk

    Theme Author tarabusk

    (@tarabusk)

    I mark this topic as resolved as it was a special customizing case

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