Forum replies created
Well, it works great!
Thx for the help, much appreciated.
Hi,
Any idea how this was solved?
Thanks anyhow for your assistance!
Also, first it shows two menu-toggles, only after a short instance it shows only the ubermenu toggle. maybe this relates to the issue?
I haven’t fixed anything, what do you want to see?? I activated the direct-inject ubermenu, so you can watch how it should look like. Remember: only on Ipad or mobile the menu doesn’t function the way it is supposed to.
Thx for your quick reply.
I just sent you the url and logindetails. The problem is specific for the ‘megamenu’ items in the menu. The ‘fly-out’ is working fine. I found the nav.nav container both via the diagnostics of Ubermenu, and via the ‘inspect element’. Removing it in the ‘inspect element’ resolves the issue. It looks to be located in the sticky header.php, but I am at a loss how to correct this…
Hi Denzel,
I tried your code, but then you still had to scroll sideways to see the game board, while the margins to the left seemed to offer enough room. Therefor I copied your code from the frontpagecontentboxes, that do show more content-width. With the margin-minus-code out your “.row div” I made this following change, and it seems to work. testsite.groningercombinatie.nl
div#secondary.aside.col-sm-6.col-md-4 {
margin-left: -30px !important;
margin-right: -30px !important;
}
Thanks, as always, for your quick reply,
Govert
Hi Daniel,
This helps, that is, in the boxes that contain hungryfeeds. In the first box I used [display posts] and thus had to apply the same css for ul.display-posts-listing. I also changed the height to 120px, just to prevent the boxes from going to big. Works just fine.
I understand correctly that for different content I should customize the css? I t works, but there is no way to position the button regardless of content?
thx for your help and quick reply!
works like a charm! thanks a lot for your quick reply.