This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Search alignment

11 years ago · Last reply by Andrew Misplon 11 years ago

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.

Need fast email support? Get SiteOrigin Premium

Replies

1
  1. Andrew Misplon Staff 11 years, 21 days ago

    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.

Have a different question or issue?

Start New Thread