Tagged: social media icon
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;
}
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
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
——-
Resolved, Code:
.html_header_sidebar .av-sidebar-social-container {
position: fixed;
bottom: 0;
width: 300px;
}
Hi morrisoncloud,
Glad you got it working for you! :)
If you need further assistance please let us know.
Best regards,
Victoria