Social Icons & Copyright in one line
Photo, amazing way to showcase your architecture, photography or artistic projects | Support forum.
- GK User
- Mon Jul 18, 2016 7:39 pm
Hy, can someone tell me please how can i set the social icons and the copyright in one line at the bottom.
And i want to add next to social icons language switcher.
Thanks
And i want to add next to social icons language switcher.
Thanks
-
- Fresh Boarder
- Joshua M
- Tue Jul 19, 2016 9:55 am
Hi,
Try to add the following custom css code:
Try to add the following custom css code:
- Code: Select all
.gk-social {
margin: 20px 0 0 0;
}
#gk-footer {
clear: none;
float: right;
margin: 15px 20px;
}
-
- Moderator
- GK User
- Tue Jul 19, 2016 12:41 pm
Thanks that worked. And how can i add language switcher after social icon on the same line.
Thanks
Thanks
-
- Fresh Boarder
- Joshua M
- Wed Jul 20, 2016 7:48 am
What form of langauge switcher? is it a widget or php code? You can add it (php code) into Photo/footer.php file after </footer>
-
- Moderator
- GK User
- Wed Jul 20, 2016 5:21 pm
Hello, it is php code. I have add after footer but it wont display on the right side of social icons.
It displays under that line. Is it possible to have all 3 in one line. (Copyrigth,Social Icons,Language switcher)
It displays under that line. Is it possible to have all 3 in one line. (Copyrigth,Social Icons,Language switcher)
-
- Fresh Boarder
- Joshua M
- Thu Jul 21, 2016 11:10 am
Could you please provide me with a URL to your website, either here or via PM (click the “Private Message” text underneath my avatar) so that I may analyze it?
-
- Moderator
- Joshua M
- Fri Jul 22, 2016 6:24 am
Try to add the following custom css code:
- Code: Select all
.copyright {
float: left;
}
.copyright + ul {
float: right;
margin-top: 10px;
margin-left: 20px;
}
-
- Moderator
- GK User
- Fri Jul 22, 2016 7:10 am
Hello, very nice now but i how can i change the order. I want that languageswitcher after social icons is that possible please.
Thanks
Thanks
-
- Fresh Boarder
- Joshua M
- Mon Jul 25, 2016 8:16 am
You have to move your language switcher before "gk-social" div and add proper css:
- Code: Select all
#gk-menu-button + ul {
float: right;
margin-top: 15px;
margin-left: 20px
}
-
- Moderator
9 posts
• Page 1 of 1