Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #228952

    I am trying to move the “Phone Number or small info text” to the left next to the social icon and keep the top menu on the right.

    Here is my http://goo.gl/hYD0CQ

    Can’t find the trick, many thanks in advance for your help!

    Olivia

    #228976

    Hi oliviad!

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

    #top .sub_menu>ul {
    float: right;
    }

    Regards,
    Yigit

    #229372

    Thanks ! I does partly the job :) I would now like to stick the address to the social icons. I have added :

    .social_header .phone-info{
    padding-right:160px;
    }

    but not sure it is the clean way to do it.

    Thanks

    #229387

    Hi!

    Try using a lower value, like 130px:

    .social_header .phone-info{
    padding-right: 130px;
    }

    Regards,
    Josue

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.