Viewing 11 replies - 1 through 11 (of 11 total)
  • Hi @dcrst75

    Thanks for reaching out.

    Using a Custom CSS plugin (https://www.ads-software.com/plugins/so-css/) you can insert the following:

    /* Vantage Display Left Sidebar */
    
    .blog #primary,
    .single #primary,
    .default #primary,
    .page #primary {
            float: right; }
    .blog #secondary,
    .single #secondary,
    .default #secondary,
    .page #secondary {
            float: left; }
    .home #primary,
    .page-template-templatestemplate-full-notitle-php #primary {
            float: none;
    }

    Hope that helps.

    (If you’re running Vantage Premium then this is a setting available at Appearance > Customize > Theme Design > Sidebar).

    Thread Starter dcrst75

    (@dcrst75)

    Thanks.
    At first look with this code on child theme css worked

    Thread Starter dcrst75

    (@dcrst75)

    I have a little problem. On category page and search result page, widget is still on right not left. What can I add tot the code for this?

    Give this a try:

    /* Vantage Display Left Sidebar */
    
    .blog #primary,
    .single #primary,
    .default #primary,
    .page #primary,
    .archive #primary,
    .search-results #primary {
            float: right; }
    .blog #secondary,
    .single #secondary,
    .default #secondary,
    .page #secondary,
    .archive #secondary,
    .search-results #secondary {
            float: left; }
    .home #primary,
    .page-template-templatestemplate-full-notitle-php #primary {
            float: none;
    }
    Thread Starter dcrst75

    (@dcrst75)

    Thanks.
    Now on category page is ok, only on search result page (not found) not working. On result page with content working

    That should be working. We’d need to see the problem live to try help further. Thanks.

    Thread Starter dcrst75

    (@dcrst75)

    Only on Not Found result page not working.

    Cool, let’s try:

    /* Vantage Display Left Sidebar */
    
    .blog #primary,
    .single #primary,
    .default #primary,
    .page #primary,
    .archive #primary,
    .search-results #primary,
    .search-no-results #primary {
            float: right; }
    .blog #secondary,
    .single #secondary,
    .default #secondary,
    .page #secondary,
    .archive #secondary,
    .search-results #secondary,
    .search-no-results #secondary {
            float: left; }
    .home #primary,
    .page-template-templatestemplate-full-notitle-php #primary {
            float: none;
    }
    Thread Starter dcrst75

    (@dcrst75)

    Yes. Now working perfect.
    Many Thanks

    Awesome ?? Glad we could help.

    All the best.

    Thread Starter dcrst75

    (@dcrst75)

    Thanks again. Topic close

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘left widgets’ is closed to new replies.