Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #539521

    Hello, is it possible to place a 20px div above the header for an address line – for example?

    #539526

    Hey Luisgasser!

    Yes, you can use HTML in phone info field in Enfold theme options > Header > Extra Elements

    Cheers!
    Yigit

    #539571

    great! and where can i style it – color, position:center, font-size etc?

    #539591

    Hey!

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

    .phone-info { text-align: center; font-size: 20px; }

    If that does not help, please post the link to your website and a screenshot showing the changes you would like to make.

    Cheers!
    Yigit

    #539613

    hello, thank you for the quick answer!

    changing font-size works but not text-align:center

    #539618

    Hey!

    Please add following code to Quick CSS as well

    .phone-info {
        width: 100%;
    }

    Cheers!
    Yigit

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