Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #164438

    I am using the Header with Social Icons and bottom. How can I place the top socket menu next to the social icons?

    #164446

    Hi sveinot!

    Please add following code to Quick CSS in Enfold theme options under Styling

    .sub_menu { right: auto; margin-left: 70px; }

    You need to adjust margin-left value depending on the amount of social icons you have

    Cheers!
    Yigit

    #165269

    At the moment the socket is above the social icons. The code here just moves the menu to the left, but does not align them vertically. How do I get them to be side by side?

    #165273

    Hi!

    Can you post a link to your website?

    Regards,
    Yigit

    #165326

    Here’s a screenshot:

    I want to move the “Culture, Truth, Life, Church” links to the left of the social icons.

    #165327

    link instead – http://imgur.com/54XuWgd

    #165335

    Hi!

    A link to your website would be very helpful, can you post it? You can hide your link using http://goo.gl/

    Best regards,
    Yigit

    #165383

    Here you go – goo.gl/YVd3dh

    #165471

    Hello!

    Apply this code:

    #header .sub_menu{
    position: absolute;
    top: 115px;
    right: 130px;
    }

    Best regards,
    Josue

    #165705

    That worked – thanks!

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Moving top socket menu’ is closed to new replies.