• Right now the sidebar only shows in the blog feed portion of the front page, but I would like it to be on the whole side.

    The page I need help with: [log in to see the link]

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

    Thank you for contacting us and for using our theme.

    Your website is behind the Coming Soon page, so I can’t see it, but essentially, the size of the banner would need to be decreased, and then the sidebar pulled up.

    You can try to add this to Appearance -> Customize -> Additional CSS:

    @media (min-width: 1024px) {
    	.frontpage-banner { width: 66%; }
    	.sidebar.sidebar-column.col-md-4 { margin-top: -380px; }
    }

    Please let me know what happens.

    Kind regards.

    Thread Starter southernandmodern

    (@southernandmodern)

    Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How do I get the sidebar to show top to bottom?’ is closed to new replies.