Hello!
How to align vertically Social icons and copyright module position (on the left bottom) with Logo image on the right?
Currently, if you'll enable social icons module it will spoil the footer of the page making it too high. Meanwhile, the copyright module and Social icons module is not aligning vertically with logo while there are stand alone.

    narayanagattu Try add this to override.css file (don't forget to enable override from Template Options -> Advanced tab): :

    #gk-footer #gk-copyrights{position: absolute !important;margin-top: -30px !important;right:0 !important;}

    Kindly ensure to clear your browser cache if changes dont reflect

    Thank you for a quick response!
    This actually helped me to tweak margins till appropriate size.

    Can you also help me to get read of the scroll bar on the home page?

      Should I add that to "override.css"?
      or were should I place that?

        Thank you for your support. I've moved all code from override.css and place that in Template Settings } Advanced settings } Custom CSS code
        Meanwhile, I've found one extra character in the code which was causing the error in CSS
        Not working for me: .frontpage { overflow: hidden. }
        Working option: .frontpage { overflow: hidden }

        There was the extra dot at the end of the word "hidden"

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