Forum Moderators: not2easy
Tried adding widht: 300 px; to first parameter #goog-wm
and also withd: 80 px; to #goog-wm li.search-goog
without success:
This is the pure code:
style type="text/css">
#goog-wm {}
#goog-wm h3.closest-match {}
#goog-wm h3.closest-match a {}
#goog-wm h3.other-things { }
#goog-wm ul li { }
#goog-wm li.search-goog {}
</style>
Caveat: check the Google ToS, you might not be allowed to change some of their things.
but not about modifications on
#goog-wm ul li { }
#goog-wm li.search-goog {}
The html around is irrelevant because this code adds the search box I need to make shorter. Tried adding width: 40px before but nothing happened. I'm not css expert but that's what I understand width: do...