Featured image does not align with text of page

Home Forums Support Featured image does not align with text of page

Home Forums Support Featured image does not align with text of page

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #162939
    Todd

    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

    #162961
    Tom
    Lead Developer
    Lead Developer

    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;
    }
    #163265
    Todd

    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

    #163309
    Tom
    Lead Developer
    Lead Developer

    Sorry about that! This should help: https://generatepress.com/knowledgebase/adding-css/

    Let me know 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.