Search Bar Position

Posted in: Newspaper
Post count: 31

Hi,

Can you change the position of search bar in header section?

I want it ahead of Menu and all the items in Menu should appear in a single line

Thanks

Post count: 23312

Hello gauravkohli,

Please try the code below and add it in Theme panel->Custom CSS area.

#td-top-search {
position: relative;
right: -80px;
margin-top: -42px;
}

The result -> http://screencast.com/t/2vHOr1x0CL

Hope this helps!

Thanks.

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.