Viewing 16 posts - 1 through 16 (of 16 total)
  • Author
    Posts
  • #1092107

    Hi, I love the way my page looks on desktop, but I’m having trouble that there’s a space between the 2 white columns on mobile.

    How can I fix this and avoid this problem on other pages in the future? Thanks so much.

    #1092200

    Hey Mdmoisell,

    Add this to quick css:

    @media only screen and (max-width: 767px){
    .avia-builder-el-1{
    margin-bottom:0px!important;
    }}

    Best regards,
    Jordan Shannon

    #1092228

    Thanks. It’s not working. I cleared the cache and checked Incognito on Safari to be sure.

    #1092559

    Hi,

    Thanks for the update. I’m not sure exactly which space you are referring to though, could you post a screenshot of it please?

    Best regards,
    Rikard

    #1092590

    Here you go. Don’t know how to attach. Is that possible?

    #1092825

    Hi,

    Thanks for the screenshot, though I’m still not sure what you want to delete. Do you want the two columns to stick together so that there is no purple between them?

    Best regards,
    Rikard

    #1092923

    Correct. On desktop, there is no space between the columns but on mobile, there is. I want it to be all one white thing w no gap like it is on desktop.

    #1093246

    Hi,

    Thank for the clarification, though I’m not seeing that purple gap on mobile anymore. Did you manage to get it working?

    Best regards,
    Rikard

    #1093252

    No. It’s still there exactly as it was.

    #1093518

    Hi,

    Thanks for the update. Please try this in Quick CSS:

    @media only screen and (max-width: 767px) {
    .page-id-9998 .avia-builder-el-1 {
      margin-bottom:0 !important;
    }
    }

    Best regards,
    Rikard

    #1093738

    It didn’t work.

    #1094334

    Hi Mdmoisell,

    Best regards,
    Victoria

    #1094448

    There’s not supposed to be a space AT ALL within the two columns. On desktop there’s not. That’s the whole point of this thread. I’m frustrated no one seems to understand. I want one king continuous white space right there on mobile. See desktop for example.

    #1094658

    Hi,

    Can you try to use the following:

    
    @media only screen and (max-width: 479px) {
    	.responsive #top .container .av-content-small, .responsive #top #wrap_all .flex_column, .responsive #top #wrap_all .av-flex-cells .no_margin{
    		margin-bottom: 0px !important;
    	}
    }
    

    Best regards,
    Günter

    #1099071

    Unfortunately, it’s the exact same.

    #1099781

    Hi Mdmoisell,

    Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?

    Best regards,
    Victoria

Viewing 16 posts - 1 through 16 (of 16 total)
  • You must be logged in to reply to this topic.