-
AuthorPosts
-
February 8, 2016 at 1:05 pm #579553
Hi at Kriesi,
in the http://kriesi.at/themes/enfold-photography/ demo the social media buttons in the sidebar are disappearing on mobile. Can I remove that functions, so that they are shown?Thanks!
Regards
SigmundFebruary 9, 2016 at 3:44 am #580044Hey Sigmund!
Add this to your custom CSS.
.responsive.html_header_sidebar #top #header .social_bookmarks { display: block !important; }Regards,
ElliottFebruary 15, 2016 at 12:12 pm #583311Thanks! Is there a way that they are shown below the main content in the footer? Right now they are in the header.
Best Regards
-
This reply was modified 9 years, 9 months ago by
Sigmund.
February 15, 2016 at 12:21 pm #583318Hi!
I edited theme options and chose to display Footer socket as well and then added following code to Quick CSS in Enfold theme options under General Styling tab to remove socket only on desktop and copyright text globally, since you created your own using footer widgets.
@media only screen and (min-width: 768px) { #socket { display: none !important; }} #socket .copyright { display: none!important; }Please review your website now
Regards,
YigitFebruary 15, 2016 at 12:28 pm #583323Thanks, Yigit, I have cleared the cache but cannot see any social icons in the footer. To clarify: I mean the three social icons in the sidebar.
Regards
SigmundFebruary 15, 2016 at 12:31 pm #583325Hey!
It seems like you have edited your pages and chose not to display footer socket on certain pages. Please check out following page that is in private content field :)
Regards,
YigitFebruary 15, 2016 at 12:47 pm #583336Yes, great, now I see. Is it possible to align them to the right? I have tried
text-align: right;but this did not worked out.
Best Regards
SigmundFebruary 15, 2016 at 12:53 pm #583341Hey!
They are already right aligned actually. Can you please post a screenshot and show the changes you would like to make so we can make sure that we are on the same page?
Regards,
YigitFebruary 15, 2016 at 12:56 pm #583342Sorry, stupid me, I mean to the left.
Regards
SigmudFebruary 15, 2016 at 1:04 pm #583350Hey!
Please remove following codes
.foot-container { width: 90px !important; } .foot-social-icons { display: none; }and add following one
.foot-social-icons { float: left; }Best regards,
YigitFebruary 15, 2016 at 2:12 pm #583408Thanks!
-
This reply was modified 9 years, 9 months ago by
-
AuthorPosts
- The topic ‘social media buttons in photography demo’ is closed to new replies.
