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 …
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
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%;
}
}
I mark this topic as resolved as it was a special customizing case