[Solved] Move my site content up WordPress [closed]


Remove the padding in your css, comment it out

body {
    overflow-x: hidden;
    /* padding-top: 80px; */
}

The file is

http://greatrateprint.website/wp-content/themes/printing-shop/style.min.css?ver=1.0

Learn to inspect your webpage it tools like chrome inspector.

0

solved Move my site content up WordPress [closed]