• Resolved page52

    (@page52)


    Hello, firstly THANK YOU for such an amazing theme and terrific support thus far!

    I would like to have my social media icons (I’m using Ultimate Social Media Icons) in line with my logo, but sitting on the right. What is the easiest way to do this?

    I’m using secondary nav rather than main so the widget could go in place of this in kad-header-right. Do you know what code I’d need to tweak in header.php and how will this affect the mobile menu?

    Unfortunately my site has Coming Soon mode enabled so can’t share link.

    Hope someone can help!
    Thank you.

Viewing 6 replies - 1 through 6 (of 6 total)
  • Without a link it’s tough to determine the best way to go about solving this. Depending on your CSS experience, this shouldn’t be too tough to do though.

    I unfortunately can’t provide a solution off of the top of my head without seeing the site though. Perhaps someone else will have a solution for us. But if you can get the site live, that would surely be optimal.

    Thanks,
    Kevin

    hannah

    (@hannahritner)

    Hi page52.
    Are you able to temporarily remove your site from maintenance mode so we can take a look?

    Hannah

    Hey,
    You would need to add a widget call in the templates/header.php file right around line 83.

    Just a note the premium theme has a built in option for this.

    Kadence Themes

    Thread Starter page52

    (@page52)

    Thank you Hannah, Kevin,

    Unfortunately I can’t remove maintenance mode, but you can view the site here:

    https://www.peachpipmarket.co.za/wp-admin
    Guest
    PW: virtuethemeguest

    Thank you!

    Kadence, I’m planning to purchase the premium version for my next site, it’s a fantastic theme!

    So based on what you have without editing files you can use this css:

    @media (min-width: 992px){
        .topbar-widget {
        position: absolute;
        right: 200px;
        padding: 0;
        top: 74px;
        z-index: 1000;
    }
    }

    Kadence Themes

    Thread Starter page52

    (@page52)

    It worked!! Thank you so much, you’re a legend.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Social media icons widget in header’ is closed to new replies.