Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #847240

    Hello,

    I have the Enfold Photography Portfolio Demo installed and I want the Social Media Icons on the left to float off the bottom a fixed px or% of height so that it balances out the logo on the top and text links below. domain in private content field.

    Can someone please advise how to do this? Will I need to edit the PHP or can it be done from CSS. I’ve already tried the following and it just makes it disappear.

    #top #header .social_bookmarks {
    position: absolute !important;
    bottom: 0 !important;
    }

    #847318

    Hey morrisoncloud,

    Thanks for the link, I’m not sure exactly what you are looking to do with the social icons though. Could you post a screenshot highlighting your intentions please?

    Best regards,
    Rikard

    #847335

    Hi,

    I don’t know how to upload screenshots, can I only link images already on the web?

    What I’m trying to do is move the icons to the bottom of the page. The Icons are right underneath the last menu entry. I want them right off the bottom of the page

    Now its like below
    —–
    LOGO
    MENU
    ICONS
    .
    .
    .
    .
    ——-

    I would like it to look like
    —–
    LOGO
    MENU
    .
    .
    .
    .
    ICONS
    ——-

    • This reply was modified 6 years, 7 months ago by morrisoncloud.
    #847420

    Resolved, Code:

    .html_header_sidebar .av-sidebar-social-container {
    position: fixed;
    bottom: 0;
    width: 300px;
    }

    • This reply was modified 6 years, 7 months ago by morrisoncloud.
    #848558

    Hi morrisoncloud,

    Glad you got it working for you! :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.