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.
Copyright and Social icons module vertical alignment
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?
narayanagattu Hi. Please try to add this to css:
.frontpage { overflow: hidden. }
- Edited
Should I add that to "override.css"?
or were should I place that?
narayanagattu Should I add that to "override.css"?
Yes, You can try add further CSS suggested in override.css file. Kindly refer to specific documentation to know in-depth about applying custom CSS rules
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"