Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Last item (search box) in horizontal list going off the page Reply To: Last item (search box) in horizontal list going off the page

#265641
Beverleyh
Participant

The last list item? Sorry but I don’t know what the “gcse:search” thing is – looks like some form of templating placeholder, but from what system, I couldn’t tell you. You’ll need to provide the HTML markup served in to the browser for whatever that is. You can do that by inspecting the DOM via the developer console – F12 in most browsers.

Also, you might want to consider adding the “toggled” class to a parent element in the CodePen demo so that we can actually see the menu. Presumably that’s being added by JavaScript, but unless you also include working JavaScript to reveal the menu, a manually added class will be the next best thing. Otherwise casual observers will take one look at the demo output and think “can’t see anything, can’t help”.