Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi Jena,
    You did perfect JOB by making screenshot, marking changes and putting link to your site.

    So do this:
    put this code to your Child Theme style.css file
    OR
    Install Simple Custom CSS plugin and put the code there.
    I’m doing this on my browser to find solution.
    It can get to some different behavior on your site.
    It can happen that it is not working.
    Then we have to look further.

    I used 5px but you can use any number you like, even negative like -6px

    .site-content {
        margin-top: 5px;
    }
    
    or
    
    .site-content {
        margin-top: 5px!important;
    }

    Hope this will help
    Cheers
    TR

    Thread Starter Jenamriss

    (@jenamriss)

    Perfect! Thank you! The magic number was -20px. 😀

    You did great JOB
    Cheers
    @tahoerock

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Moving Content Up?’ is closed to new replies.