Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #56725
    Brent Kleinheksel
    Participant

    Hi, I have a site at http://www.sanfordrealty-florida.com running CatchBox Pro. Love it! However after the most recent wordpress update, the index page no longer is fully responsive like it once was. Now the left sidebar is being displayed with the content and overlapping?

    I know you have big problems in Nepal, so when you have time to return to support, that would be great. Our prayers go out to the people of Nepal!

    #56914
    Sakin
    Keymaster


    @bkleinhe
    : Thanks for your patience.

    Please remove the following css from your custom css box:

    #secondary {
    width: 25.5%;
    }
    .left-sidebar #content {
    margin: 0 3% 0 28.6%;
    }
    #content {
    width: 68.4%;
    }
    @media screen and (min-width: 1100px) {
        .left-sidebar #secondary {
            float: left;
            margin-left: 1.4%;
            margin-right: 0;
        }
        
        .hentry {
           padding:0;
        }
        
        #page {
            width:1040px;
        }
    }
    .left-sidebar #primary {
        float: right;
        margin: 0 0 0 -35.5%;
    }
    #primary {
        float: left;
        margin: 0 -35.5% 0 0;
        width: 100%;
    }

    Now to change the width of Content and Sidebar, you can just change the width of primary and secondary. Like following css:

    @media screen and (min-width: 961px) {
        #primary { width: 73%; }
        #secondary { width: 25%; }
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Catch Box Pro stopped being responsive after recent wordpress update’ is closed to new replies.