• Resolved rudebaga

    (@rudebaga)


    Thanks again for all your help on my last 2 issues, Hardeep.

    Last question, how can I get social media icons on the right side of my header? I’m currently using a social media icon widget and the icons are at the top of my sidebar. Any CSS to move those up into the header or do I have to go through the process of adding icon images to my media file then linking them in the header…which I’m not sure is a task I can handle on my own.

    Thanks! I’ll write a great review on your theme soon for all your help!

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter rudebaga

    (@rudebaga)

    Or if you have CSS I can add in my child theme to simply add a widget to the header, then I can still use the plugin I’m using now.

    Theme Author Hardeep Asrani

    (@hardeepasrani)

    Hi,

    Adding this CSS will move your icons to your header:

    #sfsi-widget-3 {
    	position: absolute;
    	top: 50px;
    	border: none;
    }

    And it will probably look bad on small devices, so what would you like to do for them? ??

    Regards,
    Hardeep

    Thread Starter rudebaga

    (@rudebaga)

    I’ve seen other sites that have their social icons on the right side of the header and are visible when you view their site on desktop, but do not show up on mobile. Was hoping I could do the same, but not a big deal if I can’t.

    Thread Starter rudebaga

    (@rudebaga)

    No worries. I think I can build out what I want to do with the header menu.

    Theme Author Hardeep Asrani

    (@hardeepasrani)

    Oh, that’s great. ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘social icons in header?’ is closed to new replies.