• Hi,

    I am new to wordpress.

    Could anyone told me how to change the proportion of the content and the right-sidebar on the page. I have search and categories there.

    here is the link to my website: https://www.shangma.info

    I use Baseline theme which is a child theme of Base WP.

    I did find the following code in the style.css for baseline

    #content {
    width: 80%; /* or whatever you want */
    }

    However, when changing the number to 90%, for instance, it only increase the width of the content on the left side, which makes it not center any more.

    Thanks.
    Shang

Viewing 1 replies (of 1 total)
  • You can change the classnames that are being assigned to the elements.

    That is how the styles are being dictated.

    Your main content has a class of twelve columns and your sidebar has a class of four columns.

    Adjust the class names, as all of the responsive styles are already declared.

Viewing 1 replies (of 1 total)
  • The topic ‘How to change the width of "Search" and "Categories"’ is closed to new replies.