• Resolved BJBusch84

    (@bjbusch84)


    Hey guys – Right off the start, I want to say thanks for all your help. I’ve been working on this pretty non-stop for the last few days and this one issue is driving me nuts.

    I’m trying to make the content of the page be left justified and I also want to widen it so more books fit on each row but I can’t figure it out. I was messing with style sheet and I somehow was able to do it to my main page but not to any of the subsequent pages. Could you take a look at the below and let me know what I need to do in order to make the content left justified. Thank you!

    https://edgeeks.com/marisas-dream-library/early-elementary/series-books

Viewing 3 replies - 1 through 3 (of 3 total)
  • styles.css line 109:
    .singular .entry-header, .singular .entry-content, .singular footer.entry-meta, .singular #comments-title

    change width to 100%.

    Also, line 2026:
    #respond

    change width to 90% (if you want reply box be wider as well).

    Thread Starter BJBusch84

    (@bjbusch84)

    Thank you! Is there a way to left justfy the content as well? I plan on adding some images/buttons for the pages on the right and want to have it as far left as possible. Thanks again.

    I see, you’ll need to adjust margin values as well.

    Again, line 109.

    to something like margin: 0 20% 0 0
    (margin: top right bottom left, doesn’t have to be percentages, can be pixels or em’s)

    You might need to change width value again, to something smaller than 100%.

    If you use Firefox, install Firebug and play around with margin and width until you’re satisfied with the result. And then apply final changes to your stylesheet.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Left Justifying and Widening Content’ is closed to new replies.