Viewing 4 replies - 1 through 4 (of 4 total)
  • ricoh

    (@ricoh)

    Tweak the width, see below

    #secondary {
    float: right;
    margin-right: 3%;
    width: 32.5%; <--
    }

    Course once you do that you will probably have to tweak the content css width
    to take up the extra space

    #content {
    margin: 0 38.6% 0 3%;
    width: 58.4%; <--
    }

    WPyogi

    (@wpyogi)

    Do not make changes in theme files – you need to use a child theme or custom CSS option or plugin to make changes. Otherwise your changes will be lost when the theme is updated.

    Thread Starter frederikwa

    (@frederikwa)

    ricoh: the changes had no effect

    WPyogi: How to make a child theme

    Thread Starter frederikwa

    (@frederikwa)

    Hi guys i solved the problem

    I added

    #primary {
    margin: 0 -19% 0 0;
    }
    #content {
    margin: 0 22% 0 3%;
    width: 75%;
    }
    #secondary {
    width: 16%;
    }

    In the theme option

    Thanks for you help

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘how to make the right side bar smaller’ is closed to new replies.