• Hi,

    I eradicated the sidebar from my website, but it left my actual content floating to the left.(Here’s what I mean.)

    I noticed there’s also a line under the content, and if you choose to center the content it will center according to the line, and not the white space. Instead, I’d like for the title and everything within posts to be centered, but centered between the white space. Any ideas?

Viewing 4 replies - 1 through 4 (of 4 total)
  • @nextlifetimehuh

    How did you “eradicate” the sidebar? It looks like a remnant of it exists and it’s keeping your text from fully centering.

    Try this in your child theme or custom css file:

    #content {
    margin: 0;
    }
    #primary {
    text-align: center;
    }

    Thread Starter nextlifetimehuh

    (@nextlifetimehuh)

    @dfranzwa

    I figured the sidebar was the issue, that seemed to have done it.

    just one more thing, is there a way to have normal text (like non titles) look more squared as a global rule?

    If you don’t get what I mean, I’m talking about how if a line doesn’t fit the whole width of the page, it is still centered and there is an indention. I’d rather that the actual text is just as it is on this forum.

    @nextlifetimehuh

    The text on this forum is left justified; that’s what squares it off, and there is NO indentation.

    I guess I’m not following.

    (Oh, btw – that line underneath? This will squash it:)
    .hentry {
    border-bottom: 0px;
    }

    Thread Starter nextlifetimehuh

    (@nextlifetimehuh)

    @dfranzwa

    Sorry, I meant I want the text (and content) on my website to be left justified as well, but not the titles, just the content within posts/on pages. i’d also like the text to have left and right padding (that’s the right word I think) that is the same length as the text on the navbar so that the contents all line up with the navbar text and have the same amount of space between the content and the background on both sides.

    thanks! I’m trying to decide whether I want to stylize it or not but this saved me a lot of trouble if i choose not to.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[Theme: Striker] Center All Content On Website’ is closed to new replies.