Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1021042
    logoglo
    Participant

    Hi.

    http://www.logoglo.com/affordable-logo-design-graphic-design-2/

    if you scroll down to just under the “the grid” grid, I have setup a content band with 4 columns, looks good, but when you switch to a mobile, or portrait ipad, they are no longer margin-less, they show a lot of white space, and the hover is at full width and comes out of the image…how do I resolve this, ie make it margin less, take out all the white, to have it look like the grid above it?

    Thanks.

    #1021584
    Friech
    Moderator

    Hi There,

    Thanks for writing in! You can add this under Custom > CSS in the Customizer.

    @media (max-width:  979px) {
    	.page-id-8296 #x-content-band-6 .x-img {
    		margin-bottom: 0;
    	}
    }

    Cheers!

    #1023030
    logoglo
    Participant

    Sorry to bug, I cam to implimentt this on my other site, but its squashing the top background image, have I done something wrong?

    http://www.logoglo.com/affordable-logo-design-graphic-design-2/

    #1023046
    logoglo
    Participant

    That worked, bu I added another content band, its not working for that band, and also, even though I set the 2 bands to have no margins, there is a gap between them, how do I remove this?

    thanks.

    #1023617
    Nico
    Moderator

    Hi There,

    Would you mind sharing us a screenshot of the issue so we could suggest code or CSS to the problem.

    Thanks.

    #1025788
    logoglo
    Participant

    Sure…

    #1025835
    logoglo
    Participant

    It was the bottom margin of the image, I set it to 0px, and its looking fine now.

    #1026339
    Rue Nel
    Moderator

    Hello There,

    I am another staff checking on this issue. Regretfully I could find the page as illustrated in the screenshot. Would you mind pointing us to the right url of the page in question?

    Thank you.

    #1165169
    logoglo
    Participant

    I have the same issue, now the website is implementing a media grid:

    http://www.logoglo.com/

    Love it, but how do I make it display rows of 2 on a mobile device? instead of one single huge image?

    #1165793
    Paul R
    Moderator

    Hi,

    You can add this under Custom > Edit Global CSS in the Customizer.

    
    .home #x-content-band-6 .vc_media_grid .vc_grid.vc_row .vc_grid-item.vc_visible-item {
        width: 50%;
        display: inline-block;
        vertical-align: top;
    }
    

    Hope that helps

    #1168590
    logoglo
    Participant

    You misunderstood, I like how it looks now, on a desktop, its a row of 6, its when you go to a mobile or tablet, vertically, they stack one on top of the other, is there a way to stack them in 2 per row?

    #1168979
    Christopher
    Moderator

    Hi there,

    Please add this code too :

    @media (max-width:767px){
    .vc_grid-item.vc_clearfix.vc_col-sm-2.vc_visible-item {
        width: 46%;
        float: left;
    }
    }

    Hope it helps.

  • <script> jQuery(function($){ $("#no-reply-1021042 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>