• Hi,

    I have recently updated the theme and I have a few issues, my menu is no longer centered and there is a black box around my title site which is in an orange box? do you know how I can fix these.

    Also, I want to center my whole blog, everything is on the left, but I don’t want to have a sidebar, I want everything centered, is this possible?

    Thanks

    Ross

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Andre

    (@andre-jutras)

    Thanks for the note about the orange box around the site title. I’m uploading an update today that should fix that. For centering the top header area for title, menu, etc., check your customizer setting and see if the setting has changed there. You should still have the option to center the site-header.

    One thing you can do in the meantime for the site title orange box, add this to your customizer’s Additional CSS tab:

    #site-title a {
        background-color: transparent;
    }

    Regarding the centering of your blog without a sidebar, that is not available for this theme version but for the Pro yes. You can see the demo for that and the blog layouts you get, so I think what you are wanting will show there.

    Thread Starter Roscoe Nutting

    (@rosco1231)

    Thanks for your help, I really wish I could purchase the property, hopefully if I get some revenue coming i will.

    I don’t know if you misunderstood, I actually wanted to keep the orange boxx, it was the black box I wanted to go.

    Thanks

    Andre

    (@andre-jutras)

    Ah, sorry about that. You can then change the code to be this:

    #site-title {
        background-color: transparent;
    }

    As for the no sidebar layout, here is a temporary solution with some more CSS:

    @media (min-width: 992px) {
    .blog.blog-default #blog-layout, 
    .archive.blog-default #blog-layout {
        display: block;
    }
    }

    See if that works for you. But again, that is only a temporary band-aide fix.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Centering Whole Blog & Issues with Update’ is closed to new replies.