• Resolved markwayneallen

    (@markwayneallen)


    Hi,

    I need to move my content up on the page. I’ve found multiple solutions in the forums here, but none that work with the twenty sixteen template.

Viewing 9 replies - 1 through 9 (of 9 total)
  • Hi,

    Try this CSS

    .entry-title{margin-bottom: 0.2em;}

    Thread Starter markwayneallen

    (@markwayneallen)

    There was no change.

    Please send me your site link.

    Thread Starter markwayneallen

    (@markwayneallen)

    rohallah

    (@rohallah)

    Hi I didn’t your question but i think you want to move your site conntent up ,if so,try to add the following code to the style.css
    .site-content {
    margin-top: -120px;
    }
    if it didnot wordk explain your question clearly again ,I will help you soon,Im very experience,good luck

    Thread Starter markwayneallen

    (@markwayneallen)

    Sorry, I guess I was too frustrated when I wrote my problem.

    That worked beautifully! Now, I need to move the widgets down. Do you know how to do that?

    By the way, I tried using %’s instead of px’s and it came out better. (I’m mobile design aware.)
    Do you know of a better way to design for all screens?

    rohallah

    (@rohallah)

    It’s so esey
    In style.css line 2357
    add this code

    .sidebar {
        ....
    }

    add this to above class

    margin-top: 13.5em;

    em is betther than px , it will solve your problem
    you can add any style to any screen size
    generally we make stlyes in 4 screen size
    pc and so on
    good luck

    Thread Starter markwayneallen

    (@markwayneallen)

    You’re the hero! It helps having someone that knows these templates to turn to.

    rohallah

    (@rohallah)

    That’s very kind of you.Dear markwayneallen I appreciate your efforts to solve your programming problems.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘moving content up on the page’ is closed to new replies.