Tagged: 

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #200553

    I would like to remove the white space above the image on the following page:
    http://allmoneymatters.com.au/wordpress/faqs/

    I have added the following code to my Quick CSS, but that didn’t seem to help.

    body .column-top-margin {
    margin-top: 5px;
    }

    Many thanks for your help.
    Ivana

    #200556

    Hey Ivana!

    Please add following code to Quick CSS

    .page-id-124 .content { padding-top: 0; }

    Best regards,
    Yigit

    #200557

    Hey Yigit

    Thank you so much for your extremely quick response. That worked!
    Greatly appreciated
    Ivana

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘How Do I Change Top Margin’ is closed to new replies.