• Resolved willp

    (@willp)


    It was kindly suggested I ask here my questions here so…

    Trying to find away to “force” the body/text content on a page all the way to the left. No matter what I try it only goes so far and ends up at least a few pixels away from being aligned with all else – logo, menu, etc.

    https://www.hollywoodtoindustry.com/

    Thanks.

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

    (@soumendra)

    Hello,

    You can try this in your Custom CSS for achieving that:

    .site-content {
        text-align: center;
    }

    Hope that helps you, feel free to ask if there is any other problem.

    Thank you.

    Thread Starter willp

    (@willp)

    Thanks for the suggestion. I think you meant “align: left” since that’s what we really needed to do. I tried that and it still doesn’t work. There is still some

      hidden padding

    on the left hand side of the “frame” for any body content. It definitely will “center,” of course. But even when I left align, the padding is there and thus the alignment is still off. (Not straight all the way down from logo, to menu, to body text, to footer text.

    Appreciate the try.

    Thread Starter willp

    (@willp)

    I fixed it myself actually. Couldn’t figure out how to move “body text” content over to the left, but figured out how to shift logo and menu to the right *enough* to align all up. One just has to add a line for padding at the end of the code as I did below. Then adjust the number until all looks properly justified/lined up down the page.

    .primary-navigation li {
    border: 0;
    display: inline-block;
    height: 1rem;
    line-height: 0.625rem;
    position: relative;
    text-align: left;
    padding-left: .97rem;

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Fully left justify content with P & S Theme’ is closed to new replies.