• Resolved Gertrud

    (@jessicagertrud)


    Hi there,

    I m loving the Sela theme, thanks!

    I d like to change the social menu from footer area to upper right corner of header… How to do that please?

    Thanks

    [no bumping, per forum etiquette]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Moderator Kathryn Presner

    (@zoonini)

    Glad you’re liking Sela!

    It’s a bit tricky to give you the right code without seeing your site, but this worked well on my test site, you may need to adjust it depending on what you have in your header:

    #page {
         position: relative;
    }
    
    .social-links {
         position: absolute;
         top: 10px;
         right: 50px;
    }

    Don’t edit the theme files directly, otherwise your changes will be overwritten whenever the theme is updated.

    An easy way to add custom CSS is to install the Jetpack plugin and activate the Custom CSS module. You’ll then add your custom CSS in the new stylesheet editor that’ll appear in your dashboard, under Appearance > Edit CSS.

    As alternatives, you could either install a standalone custom CSS plugin, or create a child theme.

    Thread Starter Gertrud

    (@jessicagertrud)

    Thanks so much, this worked perfectly!!

    Moderator Kathryn Presner

    (@zoonini)

    Glad to hear that did the trick!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Change social menu from footer to right upper corner of header’ is closed to new replies.