• hello all! I’m at a bit of a loss. I’m not sure what to do next to make this work, or if it’s even possible with Hemingway. But I’m trying to get the main content to wrap around the right sidebar in my site.
    here’s a page of my site: http://riversidenaturecenter.org/index/about-rnc/

    my css looks like this:
    .sidebar {
    display: inline;
    }

    .widget-content {
    padding: 0;
    margin: 0;
    width: 60%;
    }

    .content_left {
    padding: 0;
    margin: 0 0 0 5px;
    width: 100%;
    }

    .div.wrapper.section-inner {
    padding: 0;
    width: 120%;
    }

    I would like to use only css, but I’m not sure if I need HTML or Javascript as well. Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi Kathryn,

    What you are looking to do would require a custom template in your theme, and some custom fields, and probably wouldn’t look good across multiple screen sizes. You would have to separate the content, and add another space for part of the content below the existing content and sidebar divs.

    A more efficient solution would be to reduce the font size of the main content instead, and perhaps the width of the sidebar as well. This would make your content and sidebar fit together a bit better.

    Hope this helps!

    Thread Starter kathryn3773

    (@kathryn3773)

    alright, I see. well thank you for your help!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Wrap content around right sidebar with CSS’ is closed to new replies.