How to move "Search" box from top of MistyLook to side-bar
-
Hello. I am wondering if someone can help me figure out how move the Search box in the top right corner of my MistyLook homepage to the far right-hand side of the page? Thank you!
The blog I need help with is: (visible only to logged in users)
-
Hey there kiminanirishhome,
If you have Custom Design, I would recommend adding the following CSS to adjust that search box width. This will remove the overlap with that menu navigation item.
input[type="text"] { width: 65px; }
- The topic ‘How to move "Search" box from top of MistyLook to side-bar’ is closed to new replies.