Lines

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #68827

    GeorgiK
    Participant

    Hello,

    Since the latest update, lines appear where I’ve put html code in the footer. This way extra space is created. Can they be made invisible?

    #68833

    Artem Temos
    Keymaster

    Hi,

    Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.

    div.footer-widget {
          margin-bottom: 30px;
        padding-bottom: 0;
        border-bottom: none;
    }
    #69597

    GeorgiK
    Participant

    Thanks. It worked.

Viewing 3 posts - 1 through 3 (of 3 total)

The topic ‘Lines’ is closed to new replies.