• Resolved airtonjo

    (@airtonjo)


    Since upgrading from Enigma 5.33 to version 5.34 I have page misconfiguration issues, possibly caused by switching from bootstrap 3 to bootstrap 4: menu, link, search, mobile, and footer issues. The link color I fixed with additional CSS. The menu has returned to normal with version 6.0.1. But how do I get back to the previous color, #31a3dd, in the footer area? How to remove the white band where is copyright and social icons, but keeping the footer area? I am currently using version 5.33, although I have written the number 6.0.1 in sytle.css 5.33 to avoid the update notice on the admin page.

    The page I need help with: [log in to see the link]

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

    Do you want this [ https://imgur.com/a/rMMgVVl ] footer screen ?

    Go to custom css editor and put below given css and save it.

    .enigma_footer_widget_area {
    background: none repeat scroll 0 0 #31a3dd;
    }

    Thanks

    Thread Starter airtonjo

    (@airtonjo)

    I apologize for the incomplete information, but the problem is not with the widget area. The white band below this area only exists from version 5.34 on, and it seems to be over the footer area where I want to place copyright information and social icons. Like this: https://imgur.com/5GwVGhi
    Thanks

    Hello,

    You can place the Copywrite Text from the Customizr > Footer Option.

    Thanks

    Thread Starter airtonjo

    (@airtonjo)

    To get rid of the white area at the bottom of the page in version 6.x.x there is a workaround:

    .enigma_footer_area {
    padding: 61px;
    padding-top: 12px;
    }

    But for now I will stay with version 5.33.

    Anonymous User 14777172

    (@anonymized-14777172)

    I have a white band on the bottom of my website. How can I remove that? Also, my Copyright text does not show up in the footer. I have added it in Customizer but it isn’t on the site. How can I fix that? Thanks

    • This reply was modified 5 years, 1 month ago by Anonymous User 14777172.
    weblizar

    (@weblizar)

    Hello,

    Please share me your site URL

    Thankyou

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Is it possible to remove the white band at the bottom of the page?’ is closed to new replies.