Navbar box changes position with the shortening of the window
-
Hi,
First of all let me tell you that I am newbie in this matter and I’d ask some help on a subject below.
As the design of the logo is vertically shaped and I took the advantage of using the snippet called as “Adjust Navbar Box Settings” and inserted in the CSS box of
Child theme the following code in order to align the navbar with the bottom of the logo:/* Reposition Navbar Box – change top/left as needed */
.navbar-inner {
position: relative;
top: 150px; /* Adjust using -1px move Up, 1px move Down, 0px No change */
left: 0%; /* Adjust using -1% move Left, 1% move Right, 0% No change */
}As matter of the fact navbar moved down (due to the shape of the logo) but when the window is shortened , in responsive mode, the
navbar overlaps the slides. How can I fix this situation?Site is still being constructed as this URL shows
https://www.t-decisions.oo3.co/BL/
Thanks in advance
- The topic ‘Navbar box changes position with the shortening of the window’ is closed to new replies.