Home>Support>Search alignment

Search alignment

Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].

Hello,

Working with my website I’ve faced a couple of troubles with search. So firstly, I would like to ask- if it’ possible to move woocommerce sidebar, in search page, from right to left side, as it is at “Products page”?
And other thing, is it possible to make headers font (Search results and links to searched items) a little bit smaller? I’ve tried couple of codes, but the did not worked for me. Maybe you can help me with that?

Thank you,

Tomas

URL: http://www.stakliudalys.lt

This is our free support forum. Replies can take several days. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 10 years, 5 months ago Andrew Misplon
    Hi, I Work Here

    Sure, try changing your current sidebar CSS to the following:

    .blog #primary,
    .single #primary,
    .default #primary,
    .page #primary,
    .search #primary,
    .woocommerce #primary,
    .woocommerce #main .full-container #container {
    float: right; }
    .blog #secondary,
    .single #secondary,
    .default #secondary,
    .page #secondary,
    .search #secondary,
    .woocommerce #secondary {
    float: left; }
    .home #primary,
    .page-template-templatestemplate-full-notitle-php #primary {
    float: none;
    }
    

    For the search results try:

    .search-results h1.entry-title { font-size: 16px; }
    
Replies on this thread are closed. Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More