Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #157260
    ninglexi
    Participant

    The default container is too small, I expanded it, but there is no responsive layout. code show as below:

    .site {
        width: 1100px;
    }
    #content {
        overflow: hidden;
    }
    #sidebar-header-top {
        width: 100%;
    }
    #primary {
        width: 750px;
    }
    #secondary {
        width: 260px;
    }
     
     
    
    strong {
        font-weight: bold;
        font-size: 24px;
    }
     
     
    
    body, input, textarea {
        color: #373737;
        font-family:  "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 16px;
        font-weight: 300;
        line-height: 1.62em;
        -webkit-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
        text-rendering: optimizeLegibility;
        -webkit-font-smoothing: antialiased;    
    }
    #157263
    ninglexi
    Participant

    my blog:https://ninglexi.com/

    #157279
    Skandha
    Participant

    @ninglexi: Expanding the default container it is not responsive as lot of changes has to be made considering smaller screens as well. I suggest you to hire a customizer to get it done.

    Let me know if this helps you out!
    Kind Regards,
    Skandha

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Catch Box :Changed overall layout, not responsive’ is closed to new replies.