Search Widget CSS Customization

  • Unknown's avatar

    I am using the triton lite theme and I want to request a snippet for the following.

    If you click on any of my recent posts, you will see that on the right hand side of the widget section there’s a search bar. Is there a snippet to make that search bar be aligned on the margin with the tittle of the post? And also to make that search bar be the same width as the other widget that is below it.

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Try this:

    #sidebar {
    	margin-top: 28px;
    }
    #searchform #s {
    	width: 203px;
    }
  • Unknown's avatar

    Thank you so much. Now would there be a snippet for the following.

    I want to hide the middle row that contains the two images and the poll in the main page but only hide it from the posts page, so when they go to any of my posts they don’t see that at the bottom but yet to keep in the main page and category pages. Is there a snippet for that?

  • Unknown's avatar

    @vlogazul, I’m not seeing a poll on your main page at this time. We can hide things from single post pages using the “single” CSS class that is listed in the opening body HTML tag though. If you add the poll, we can look into the code for you.

  • The topic ‘Search Widget CSS Customization’ is closed to new replies.