Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #147733
    Mmariaperlo
    Participant

    Hi,

    I am using simple catch template, and I would like to know how can I change the width of my widgets, mi site is http://2017.ibcg.es and I want the widget the same width as I have it in that one http://2014.ibcg.es and more space for the pages. How can I do?

    Thanks a lot!

    #147755
    Skandha
    Participant

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

    #secondary {
    	width:192px;
    }
    #primary {
    	width:77%;
    }

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

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Widgets Width’ is closed to new replies.