I have a problem in homepage of 'overlapping' at the bottom between footer and copyright modules.
I tried to adapt the 'home' template but nothing to do.
Any suggestions?
Thank you!
max

Hi @max-santiago,

You can go to template Dashboard > Tools tab > Edit button (Edit Custom CSS) and add below css rules to the editor.

  @media (min-width: 1920px) {
  .t4-footer + #t4-copyright {
    margin-top: 0;
  }
}

Then save and reload your website to see the changes.

    Hi,

    I can't see the custom style for the footer on your website. How can I access to the back-end of your website? I want to access the back-end to check the custom style.

    Regards,

      This message is visible to Moderators only
      hidden content
        This message is visible to Moderators only
        hidden content

        Hi @max-santiago,

        Thank you very much for your information. I updated the custom style in your back-end and it worked as you expected. Please reload your website to view the change.

        Regards,

          Write a Reply...
          You need to Login to view replies.