Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #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
    Sigmund

    #580044

    Hey Sigmund!

    Add this to your custom CSS.

    .responsive.html_header_sidebar #top #header .social_bookmarks {
        display: block !important;
    }

    Regards,
    Elliott

    #583311

    Thanks! 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 8 years, 9 months ago by Sigmund.
    #583318

    Hi!

    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,
    Yigit

    #583323

    Thanks, 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
    Sigmund

    #583325

    Hey!

    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,
    Yigit

    #583336

    Yes, 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
    Sigmund

    #583341

    Hey!

    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,
    Yigit

    #583342

    Sorry, stupid me, I mean to the left.
    Regards
    Sigmud

    #583350

    Hey!

    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,
    Yigit

    #583408

    Thanks!

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘social media buttons in photography demo’ is closed to new replies.