Footer | Extra Space

edited August 2015 in Other

Comments

  • Hi,

    to decrease height of footer, please use below css:
    .footer-copy-center #Footer .footer_copy .social { display: none !important; }
    But "Back to top" button does not display because of below css which is under Theme options > Custom CSS & JS > Custom CSS section.
    #Footer .footer_copy a#back_to_top { display: none; }
  • Thanks a lot.

    Please guide on how to position the contact pop up button at the bottom near the footer....right now it is hidden behind the sticky as per below link:

    http://dawahflix.com/beneficial-knowledge/
  • Can i remove this code safely then? #Footer .footer_copy a#back_to_top { display: none; }

  • Yes, you can remove this code safely of course :)

    But back to top icon is hidden because your fixed bar in the footer got very high z-index. To change this behavior, please use below css:
    .fixedbar { z-index: 999 !important; }
    #Footer .footer_copy a#back_to_top.sticky.scroll { z-index: 9999 !important; }
  • Thanks a lot.
    However, the Popup form overall height is way too much....which is not convenient for users. Is there any way to reduce the height or perhaps reduce the number of rows for "Message" in Popup form and make it scroll able?

    Secondly, how do we change the color scheme of popup icon?
  • Sorry but this is unfortunately not possible with form. You can only decrease padding between p tags in form and this cab be done with below css:
    .popup_contact_wrapper p { margin: 0 !important; } 
    But which popup icon color you mean? Are you talking about "i" icon in the right bottom corner?
  • Yes, the "i" icon in the right bottom corner.
    I've tried lots of different icons including the gmail icon...but none of them are clear in the right bottom corner :(
  • Ok. So to change this icon color, please use below css:
    #popup_contact > a.button { background: #000 !important; color: #FFF !important; }
  • Thanks a lot, truly appreciate it! :)
    Keep up the good work!
  • All my sidebar on the widgets shows as Inactive...and are not available for selection on the dropdown for each page on either Sidebar or Sidebar 2...Kindly advise.
  • Please deactivate all extra plugins and check if this will help. If not, then please update theme files via FTP because sounds like your files are corrupted.
  • edited August 2015
    No worries, i fixed it from "Appearance > BeTheme Options > Sidebars"
    :)

  • Ok, great :) We're glad to hear that you sorted it!
Sign In or Register to comment.