Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #106842
    Kenta
    Participant

    Hi there,

    I’ve been using Adventurous pro theme.
    What I would like to do is make content-area wider and right-sidebar narrower correspondingly,
    e.g. 10% wider and 10% narrower.

    Could you tell me the custom css to make my goal attain?

    My website is here,
    http://kenta-kiyomiya.com

    I know there are similar questions already in support forum, but I couldn’t did it alone.
    Thank you for such a nice wordpress theme and your support.

    Kenta

    #106869
    Mahesh
    Participant

    @kenta-kiyomiya: Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:

    #primary {
        margin-right: 0;
        width: 72%;
    }
    
    #secondary {
        width: 25%;
    }
      
    #secondary .widget {
        width: auto;
    }

    Regards,
    Mahesh

    #106894
    Kenta
    Participant

    Thanks a bunch for your quick reply.
    It worked perfect matching what I wanted to do.
    I added a bit more css to adjust the width of smartphones.

    Regards,
    Kenta

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘wider content-area and narrower right-sidebar’ is closed to new replies.