Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #122046
    bjbarker
    Participant

    I found the page below while Goggling about my query. (dated 2014).

    https://catchthemes.com/support-forum/topic/increase-body-widthdecrease-sidebar-width/

    However I would like to REDUCE the width.
    I played around with the code on that page as Sakin suggested but the wrapper is still sized at 1280px. in the parent theme. I played around with that too but no joy.
    I would like a width of 1024px.
    The site I’m working on is:
    http://cs006.info/classicsites.co

    I thank you in advance.
    Brian

    #122068
    tikaram
    Keymaster

    @bjbarker : Go to Appearance => Customize => Additional css and add the following css.

    @media only screen and (min-width: 990px) {
    .wrapper {
    	width: 1024px;
    }
    #main { width: 640px;
     }
    }

    Let me know if this resolves your issue or not.

    Regards,
    Tikaram

    #122107
    bjbarker
    Participant

    Many thanks again, Tikaram.

    Brian.

    #122119
    bjbarker
    Participant

    Yours >>>”Let me know if this resolves your issue or not.”

    Looks good to me..

    http://cs006.info/classicsites.co/

    Brian.

    #122146
    tikaram
    Keymaster

    Hello Brian,

    I hope I was able to resolve your issue. Would you mind taking a few minutes to write a review for me please?
    https://wordpress.org/support/theme/catch-adaptive/reviews/#new-post
    I’d really love to know what you think of my support. Your feedback is deeply valued as it will help potential clients read about your experience and also help me improve.
    Thank you so much for your help!

    Regards,
    Tikaram

    #123339
    bjbarker
    Participant

    Your review:https://wordpress.org/support/topic/satisfaction-with-catch-adaptive/#post-9544513

    I used the code above to my great satisfaction.
    I have been testing my current project on mobiletest.me and am wondering if you can advise on the following:
    1) In ipad landscape view the sidebar widgets are taking up too much space and squashing the left column.
    2) Have you any ideas how I might be able to drop the Twitter icon a bit? (ipad landscape view – bottom right footer widget).
    Current CSS for 2)
    #share-buttons{
    width: 35px;
    padding: 5px;
    margin:3px;
    border: 0;
    box-shadow: 0;
    display: inline;}

    http://cs008.info/classicsites.co

    Regards,
    Brian

    #123602
    bjbarker
    Participant

    Cancel above post (Sept.30th.)
    bjbarker

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Reduce body width.’ is closed to new replies.