Archived topic
Featured image does not align with text of page
3 replies · Started by Todd on January 2, 2016
Is there a way to change the body of text of the page or the featured image so they align on left and right edges? here is the page: http://newpros.computer-pros.net/?page_id=170
Hi Todd,
Give this CSS a try:
.page-header-image {
padding: 0 40px;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
I am sorry for such a novice reply, but am at the beginning stages of webpage design. I have copied and pasted your reply into the Text screen of the Edit Page, but I must be missing where this CSS code goes because it just displays the text on the site. Anything to help me on this would be great. Here is what the page displays now. http://newpros.computer-pros.net/?page_id=170
Sorry about that! This should help: https://generatepress.com/knowledgebase/adding-css/
Let me know :)
