New Front EN › Support Forums › Kabuki Theme Support › Social Media Icons in Copyright area
- This topic has 2 replies, 2 voices, and was last updated 8 years, 2 months ago by
mo-ritz.
-
AuthorPosts
-
March 28, 2015 at 5:31 am #6737
mo-ritz
MemberHi Andrii,
First of all congratulations on this beautiful theme!
I am wondering if it is possible to add social media buttons in the copyright area all the way at the bottom. I find the footer takes a lot of space on the page and the effekt is not ideal. Therefor, I imagine the icons to be in the copyright area right bound so that the icon furthest on the right will be below the full width page right border. Your help will be greatly appreciated!
Thanks,
Moritz
March 28, 2015 at 3:39 pm #6738satori
KeymasterHey Moritz,
first of all, thank you for the purchase!
Social icons (or other widgets) have not been envisaged in the theme’s footer, so there’s no “out-of-the-box” option for that. Technically, it is possible indeed, but will require certain code customization. There are several ways you could proceed:
– add the html markup (i.e. images and links) for the social icons into the “Copyright text” field on the “Page elements” tab of the Theme Options panel, wrapping them into a container (e.g. a div) with “float: left” property or “text-align: left”.
– add the icons into the footer widget area in the “Appearance -> Widgets” admin section, using the Social Media Widgets, and removing the extra margins in the footer widget area by adding this code to the theme’s “style.css” file (opens by default when you visit the “Appearance -> Editor” admin menu):#footer .widget-footer { margin: 0 !important; }
Sincerely,
Andrii / Satori StudioApril 1, 2015 at 4:23 am #6748mo-ritz
MemberThank you very much!!
-
AuthorPosts
- You must be logged in to reply to this topic.