XF 1.2 Moving The Search Bar On Forum_View?

JABRONI

Well-known member
4XMfA.png


I need to move it down on forum_view specifically because it covers the New Thread button, but I can't figure out how.

I thought that,

.forum_view #QuickSearch {
margin-top: number;
}

would work, but it didn't.

Anyone know how to fix this?
 
#QuickSearch is not a descendent of .forum_view, which is why your CSS fails. It may be easier to move the New Threads button via CSS than the search bar.
 
Top Bottom