Column Width? Make Dynamic?
-
Enjoying the theme – thank you!
Question – Is there CSS to change the width of the text of paragraphs globally so they fill the width of the entire column instead of 3/4s?
I was able to create the column with the translucent background, centered to page like I wanted with this but there’s a DIV (div.entry-content I believe) that seems to handle the content that I can’t widen out.
Currently I have:
#main.site-main {
background: rgba(153,31,0,0.2);
border-radius: 25px;
padding: 20px;
margin: 0 auto;
max-width: 1100px;
}Thanks!
The page I need help with: [log in to see the link]
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Column Width? Make Dynamic?’ is closed to new replies.