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

    Hi

    How can I place a phone number in the main head aligned right (I have taken the top menu out) I do have the social icons in the main header on the right.

    Regards
    Richard

    #299332

    Hey Richard!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust its position

    .phone-info {
    position: relative;
    top: 60px;
    left: 10%;
    }
    div#wrap_all {
    margin-top: -31px;
    }

    Cheers!
    Yigit

    #299493

    Hi Yigit

    Thanks..works just fine…interesting way to tackle it.
    regards
    Richard

    #299623

    Hi!
    There are other ways to achieve it but you would need to modify theme files. If this way causes any issues, feel free and let us know :)

    Best regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Phone number in main header’ is closed to new replies.