Sidebar spacing

  • Posted in : Photographer
  • esensky
    Participant

    Is there a way to move the right hand sidebar more to the right, further away from the blog posts?

    serkan
    Moderator

    This custom css code maybe can help you a little bit. But it requires more time and effort to customization. Because each device has a different width of margin for sidebar. This code will work for desktop view.

    @media screen and (min-width: 992px) { .sidebar { width: 21%; margin-left: 10%; } }

    Thanks

    esensky
    Participant

    Thank you! That worked.

    serkan
    Moderator

    You are welcome :)

    antoniorosbernal
    Participant

    Hi, I’m trying to get the post content wider and the sidebar smaller. I copied the code you mentioned however it didn’t work. Thanks in advance!

    serkan
    Moderator

    Hi antoniorosbernal,
    If you provide me your related page url and i can check the code again.
    Thanks

    antoniorosbernal
    Participant
    serkan
    Moderator

    Hi antoniorosbernal,
    Could you try to use these custom css code please?

    @media (min-width: 1200px) { .row-fluid .span5 { width: 25%; } }
    @media (min-width: 1200px) { .row-fluid .span7 { width: 72%; } }
    @media (min-width: 1200px) { #secondary .widget { padding-left: 0; } }

    Thanks

    antoniorosbernal
    Participant

    Done. Thank you!

    serkan
    Moderator

    You are welcome

Viewing 10 posts - 1 through 10 (of 10 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register