Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #24353

    I am trying to modify the margins of the right sidebar with the following css code:

    .inner_sidebar {

    margin-left: 10px;

    }

    .outer_sidebar {

    margin-right: 10px;

    }

    The left side of the sidebar reflects the 10px margin but the right side will not change. What is the proper css code to change that margin?

    #123260

    Hi,

    Actually, there is no right margin.

    .inner_sidebar {
    margin-left: 50px;
    }

    Adjust the value.

    Regards,

    Ismael

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘How to Customize Sidebar Margins’ is closed to new replies.