• I Have a theme is Sydney and i have a problem i put rows on a front page and i have blank area between rows. How can i remove?

Viewing 10 replies - 1 through 10 (of 10 total)
  • Hello there,

    Could you confirm if you have enabled the “Front Page” template in the “Page Attributes” box?

    Regards,
    Kharis

    Thread Starter mltp

    (@mltp)

    Hello,

    Yes, i have enable the Front Page template in the Page Attributtes box. But still shows the blank area between rows.

    Regards,
    mltp

    Hello there,

    Could you please share your site’s URL here so I can have a closer look?

    Regards,
    Kharis

    Thread Starter mltp

    (@mltp)

    Hello,

    The blank area i am talking a about is in the footer.

    https://www.planeta-r.pt/cenjor/multimedia/01/pt/inicio/

    Hello there,

    Thank you for the link, it helped me a lot.

    To remove those spaces, try to apply the following CSS code through the Simple Custom CSS plugin or child theme’s style.css.

    #pg-794-1,
    #pg-794-2,
    #pg-794-3{
      margin-bottom: 0;
    }
    
    #pg-794-2 > .panel-row-style{
      display: none !important;
    }

    Let me know how it goes. I’ll wait to hear back from you regarding your stats.

    Regards,
    Kharis

    Thread Starter mltp

    (@mltp)

    Hello,

    I put myself the code in the css and the problem is the same. Did copy paste from the your post and nothing.

    I change the paddings everywhere and the blank area continues.

    Regards,
    mltp

    Thread Starter mltp

    (@mltp)

    Before your code i have to put something?

    Thanks,
    mltp

    Hello there,

    Try to add an !important declaration.

    #pg-794-1,
    #pg-794-2,
    #pg-794-3{
      margin-bottom: 0 !important;
    }

    Let me know how it goes.

    Regards,
    Kharis

    Thread Starter mltp

    (@mltp)

    Hello,

    I put the sentence before the code and the blank area still there.

    Regards,
    mltp

    Thread Starter mltp

    (@mltp)

    Hello,

    I did it. I went to siteorigin page builder where says layout i put 0 on the bottom margin.

    I didn’t saw this.

    Thank you very much for your help,
    mltp

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘blank area between rows’ is closed to new replies.