• Waldoctg

    (@waldoctg)


    How do I make the space between the widgets not so much white space on the Twenty Fourteen theme for WordPress?

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter Waldoctg

    (@waldoctg)

    Anyone?

    vanalles

    (@vanalles)

    Cannot help you. I am looking for an answer also.

    Hi @waldoctg,

    Are you talking about footer or sidebar widgets and horizontal or vertical space?

    Could you please explain your question a bit more in detail by providing your site link or sharing the screenshot of it so that i can help you exactly to achieve it?

    You can share me a screenshot of it by uploading the screenshot on any image sharing website like http://imgur.com/ and sharing its unique URL here.

    Kind Regards,

    addicted295514

    (@addicted295514)

    I have made a video for this,
    http://www.youtube.com/watch?v=W2cGnguqNfQ

    Instructions:
    Wordpress Twenty Fourteen Theme
    How to Remove White Space on Twenty Fourteen Theme with Plugin

    Plugin Used:
    Fourteen Extended

    How to Remove White Space
    1. Install Fourteen Extended Plugin / Activate
    Go to
    2. Appearance
    3. Customize
    4. “Twenty Fourteen Content Options”
    Select
    5. “Check to remove the white space above content”
    6. Click on “Save & Publish”

    And You are done, I hope that this video helps you!

    I’ve been trying to remove the padding between my widgets too, tried your method above… on installing Fourteen Extended I ended up with a white page where my website used to be… I deleted it via ftp and, hey presto, the website was fine again… must be a faulty plug in 🙁

    I added this code to my child-theme style.css file to do this. the default value in the parent theme is (if memory serves) 48px

    .widget {
    margin-bottom: 24px;
    }

    OK, but how about sideways? I want to shift the content closer to the left sidebar

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘How do I make the space between the widgets not so much white space?’ is closed to new replies.