Size of Blog Listing & Header Image with Sidebar

Hi,

I really like the size of the blog posts (Photo style) when there are two sidebars, but I only want the right side bar.
1. How can I keep the same size, but lose the left sidebar?
(I've attached an image to demonstrate)

image

2. Also, I'd like to have a large image on top of the page like here: 
http://themes.muffingroup.com/be/space/articles/
But I can't do it with a sidebar. Please help me achieve the same look, with a sidebar.

Thank you!

Comments

  • 1. This can be done with below css only:
    .with_aside .sidebar-1.columns { display: none !important; }
    2. On Be|Space, we used header background option. While editing/creating pages, you got "Featured image" option on the right. all you need to do is upload image for page. Please also make sure, that "Header | Minimalist" option under Theme options > Header & Subheader > Header section is off and you use one of the headers that allows to display header backgrounds (like Transparent or Modern).
  • Great! I just need a little bit more help...

    1. I added (.with_aside .sidebar-1.columns { display: none !important; }) to the page css, but the left sidebar is still there. Should I be adding this somewhere else?

    2. I was able to get the header up, but it's not showing fully. How can I make the full image show?

    Thank you
  • Oh, also one more thing..
    The menu is not all the way on top. How can I start the menu so it's all the way at the top of the page?

    I've added an image to demonstrate.

    Thank you!image
  • Hello,

    Thank you for the solution again. And congratulations on the new theme update. Everything looks great :) I'm enjoying everything your theme very much so far.

    I was able to place the CSS you gave. Is there any way to center the content area and right side bar? See image...

    image

    If not, is there another solution to have a smaller content area and widget?


    I tried another solution..  by expanding sidebar

    #Content {
        width: 110%;
    }

    + increase sidebar width to 40 (betheme options) to make it centered, but the sidebar is too big this way. 

    Is there another solution for this?

    I'd like to have a smaller content area and normal sidebar size, centered, with space on the left and right.

    Thank you for your help
  • In accordance to your 1st image - we need url to page where you want to do this.

    But unfortunately what you showed on 2nd screenshot, just can not be done. It is impossible to center this part of content. If you want to expand the content section, you can not use the css we gave you above and instead you must set one sidebar for pages only.
Sign In or Register to comment.