Dara – CSS to "float" social icons over header?
-
Hello – Using the Dara theme…New to CSS but seems like there must be a way to float the top round social media icons over the header…the header space is huge, so ample room.
Is this doable, you think? something about position? maybe getting them out of that iframe? Any pointers?
Blog is for a business that doesn’t want it live yet, so I can’t paste a link…have a screen shot, but that does not appear to be paste-able here.
Thank you for any ideas!
The blog I need help with is: (visible only to logged in users)
-
Hi there, go to Customize > CSS, delete all the informational text in that window, and paste in the following custom CSS. I’ve limited this to screens/windows 600px and wider since below that the icons overlap the title in the image.
#masthead { display: relative; } .site-branding { background-color: transparent; position: absolute; z-index: 10; top: 50px; width: 100%; padding-top: 0; padding-bottom: 0; } } -
My hero!! That’s so cool, totally worked and helped me understand a bit more. I really appreciate the quick response!
Thank you so much!
-
- The topic ‘Dara – CSS to "float" social icons over header?’ is closed to new replies.