• Resolved briz_dad

    (@briz_dad)


    Hello Ward Support,

    The CSS is working correctly on the pages (including homepage), however, on the blog/posts landing page, the widget is loading underneath the main content well instead of floating properly (sidebar). (The post “page” itself is loading correctly.)

    /wp-site/news-announcements/

    I have attempted a couple of solutions with the CSS and haven’t found the fix yet.

    Can you help?

    TIA,
    Greg

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi there.

    I think I’ve got it.

    Are you trying to achieve this: Screenshot.

    If so, you can use:

    #primary {
      float: right;
       width: 80%;
    }
    
    #secondary {
      float: left;
      width: 20%;
    }

    Place the above code in your custom css or child theme style.css. Child themes are the best way to go when making any kind of customization.

    I hope that helped!

    – Luke

    Thread Starter briz_dad

    (@briz_dad)

    Hello Luke,

    Perfect – thank you! ??

    Sincerely,
    Greg

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Blog/Posts Landing Page – Sidebar/Widget CSS "broke"’ is closed to new replies.