• Resolved Saad Hassan123456789

    (@saad-hassan123456789)


    Actually i download a theme when its get activated its top is a liitle blank which gives a odd look https://www.jhelum.co u can check here….

    I also look in style sheet and function.php. dint find something to fix the margin can any one help ….

Viewing 6 replies - 1 through 6 (of 6 total)
  • It looks like your issue is actually in the switcher.css file.

    It’s putting a pretty large margin above your content.

    You can change this:

    body {
        font-size: 16px !important;
        margin-top: 240px !important;
    }

    to this:

    body {
        font-size: 16px !important;
        margin-top: 40px !important;
    }

    That should do the trick.

    Thread Starter Saad Hassan123456789

    (@saad-hassan123456789)

    actually i cant find this anywhere its showing in source but not in theme editor i will glad i u figure this out

    Are you using a Theme Switcher plugin? It may be in there.

    Thread Starter Saad Hassan123456789

    (@saad-hassan123456789)

    No i m nt using theme switcher plugin…. i just randomly installed the theme

    popper

    (@julialasarte)

    You won’t find it anywhere, since it’s linked to an external source :

    <link rel="stylesheet" href="https://www.gabfirethemes.com/demos/theme-switcher/switcher.css" type="text/css" media="screen">

    You can override it on anyother stylesheet using !important if you want to keep that link.

    Thread Starter Saad Hassan123456789

    (@saad-hassan123456789)

    u made may day bro thnx alot Elixer and pooper i very thankful fr bth of u ….
    thnx again
    thnx thnx thnx thnx thnx thnx thnx thnx

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘WordPress Top Margin’ is closed to new replies.