Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #239617
    Anthony Lazare
    Participant

    Hello,

    I have a call to action on my home page hero that was created by entering a URL in the Header Media URL section and text in the Header Media text area.

    This CTA is left justified as in the demo examples and my site has everything center justified. Can you provide the CSS to move the button to the center of the hero image?

    Thank you!
    Tony

    #239634
    Skandha
    Participant

    @tlazare: Hello Tony,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .custom-header .custom-header-content .entry-summary {
        max-width: 100%;
        text-align: center;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Clean Enterprise Pro Center Header Media URL button’ is closed to new replies.