• Resolved susanarodriguezgutierrez

    (@susanarodriguezgutierrez)


    Good morning!

    I am writing to you because I would like to increase the white space between the pages and the sidebar but I don’t know how! I mean to increase the space on the right of the pages and the left on the sidebar.

    Thank you!

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hello, susanarodriguezgutierrez.

    Thank you for contacting us and for using our theme. We appreciate it.

    If I understood you correctly, you can try to add this to Appearance -> Customize -> Additional CSS:

    @media (min-width: 768px){
    	.entry { margin-right: 40px; }
    }

    Adjust 40px value to whatever you prefer.

    Please let me know if this is what you wanted to achieve.

    Kind regards.

    Thread Starter susanarodriguezgutierrez

    (@susanarodriguezgutierrez)

    Yes, it’s perfect!!! Thank you so much!!!

    And it’s possible to move the sidebar to the right? I would like to increase the width of the content’s page and to move the sidebar to the right.

    Another question, how can I increase the line spacing in the pages?

    Thank you so much!

    This forum is so useful!

    You’re welcome.

    The only way to move the sidebar to the right would be to increase the width of the main container. You can try something like this:

    @media (min-width: 1366px){
    	.container { width: 1270px; }
    }

    And for line spacing try this:

    body {
    	line-height: 1.6;
    }

    Hope this helps.

    Kind regards.

    Thread Starter susanarodriguezgutierrez

    (@susanarodriguezgutierrez)

    Oh! It’s perfect!!! Thank you so much!!! 🙂

    Thread Starter susanarodriguezgutierrez

    (@susanarodriguezgutierrez)

    Oh! It’s perfect!!! Thank you so much!!! 🙂

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Space sidebar/page’ is closed to new replies.