Any idea why the navbar resized to double the size and now has two rows instead of a single one with scroll buttons? Before I have to hack the CSS maybe someone has a clue why because reducing the number of menu-items in the bar does not change this effect. Checked the forum but could not find anything. In the demo it scrolls nicely withot doubling the height. https://www.bookingwize.nl/
gbtravel Try add this to custom.css file :
.t3-subnav #menu-carousel .owl-item a{margin-right:0 !important;}
Kindly ensure to clear your browser cache if changes dont reflect
aman204 Hi Aman, does not work, nothing happened. Added custom.css under templates/ja_directory/css, added line, F5 refresh --> no effect.
Changed line 4064 in template.css, run less to css to be sure, F5 refresh --> no effect.
Hi,
Aman meant to reduce the margin-right property, not increase it to 15px.
Kindly check again
saguaros Hi Saguaros, the snippet you are looking at is the default configuration. I have not done / changed anything. The margin-right is the default and what I meant is that I changed that line into what Aman told me but it has no effect. The override (with cache refresh) and the changing the css (with css to less) had no effect on the issue reported. Any other ideas?
gbtravel Hi
I can see the navigation appear fine now. Ref: Screenshot. Kindly review again.
Note: You may disable css compression while the site is still in development phase, in order to get the right CSS file reference where the above css can be seen as added and examine the same
aman204 Hi Aman, That is because I have restored a backup from a point that it was working. Let's see if the issue pops up again but from now I will check after every change I make if the carousel is still working.
Backup restored, started from scratch. No issues anymore since then. This remains a mystery. You can close this post.