Tagged: 

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #146105
    josefsdorf
    Participant

    I want to Change the width of the Sidbar, to get more Content.
    How can I do for it?

    #146114
    josefsdorf
    Participant

    Can not see a CSS !!

    #146126
    Skandha
    Participant

    @josefsdorf: Please post in your site URL.

    Kind Regards,
    Skandha

    #146128
    josefsdorf
    Participant

    I know, WHERE I have to make the Input.
    But I am missing the Syntax !!

    http://feuerwehr.josefsdorf.one

    #146135
    Skandha
    Participant

    @josefsdorf: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .sidebar-primary {
        width:380px;
    }

    Let me know if this works out.
    Kind Regards,
    Skandha

    #146318
    josefsdorf
    Participant

    Thank you.
    Additional my question is: who can i Change the width of Content, to get more width

    #146522
    Skandha
    Participant

    @josefsdorf: You are already using the full-width layout option available in the theme. To increase the width even more you will need to make a lot of changes. If you really need it I suggest you to hire a customizer.

    Kind Regards,
    Skandha

    #146525
    Skandha
    Participant

    @josefsdorf: Well you can try this
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code

    #content .wrapper {
        width:100%;
    }

    Let me know if this works out.
    Kind Regards,
    Skandha

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Change width of sidebard’ is closed to new replies.