November 19, 20178 yr I have searchbox div inside of sidebar div. When I hide sidebar div (on narrower screens), what's the best way to reposition and show searchbox div somewhere else on the page? Can I have the same one reappear and resposition it via CSS? Or should I have a different instance of it via HTML?
November 19, 20178 yr Keep it simple. Put the search box at the top of the content and you don't need to reposition anything.
November 19, 20178 yr Author I'm inclined to agree with you. If you check it out here http://www.responsinator.com/?url=https%3A%2F%2Fwww.grantbarker.com%2F I'd like it to appear to the left of the orange MENU button on the mobile screens, so of course people can search (and also to stop wasting space). On images 6, 9 and 10 the menu is fully showing so it won't fit at the top in that position. (I have to sleep now, but thank you for your input fisicx. I'll check back in tomorrow.)
November 23, 20178 yr Author Keep it simple. Put the search box at the top of the content and you don't need to reposition anything. Hopefully, it's better now. I will adjust it some more, I think, to fit onto the smaller devices. Thanks (responsinator) Unfortunately, I'm getting some font flashing again in Edge, since changing the searchbox, etc. I guess my code isn't so clean or something. 1 step forward, 2 steps back! I should just walk backwards. Edited November 23, 20178 yr by Grant Barker
Create an account or sign in to comment