Okay
  Public Ticket #260822
Boxed Layout
Closed

Comments

  • J started the conversation

    Hi, in attach my question

    Regards

  • J replied

    I need to create a grid (2 column/ 3 column) with no empty spaces at the end of the list on all screen sizes.
    In attach details

  •  8,839
    Tahir replied

    Hey JJ!

    You need to limit the workaround to the container-wrap div only so the menu doesnt get affected. So your css would look like this :

    .container-wrap .span_9 {
        width: 70.42%;
    }
    
    
    .container-wrap .col.centered-text {
        margin-top: 10px;
        text-align:
        center;
    }
    
    
    .container-wrap .container {
        margin: 0 auto;
        position: relative;
        max-width: none;
        padding: 0 0 0.78125%;
    }
    
    
    

    Cheers


    ThemeNectar Support Team 

  • J replied

    hi tks for reply.This approach will not have anu affect about logo too?

  •  8,839
    Tahir replied

    yes the logo wont be affected. 

    Cheers


    ThemeNectar Support Team