Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #149759
    Pegan
    Participant

    Hello.
    I’d like to create a line break in my Media Header Text and I’m not having any luck. Can you provide the CSS?

    #149764
    Skandha
    Participant

    @pegan: Please post in your site URL so that I can look into the issue.

    Kind Regards,
    Skandha

    #149767
    Pegan
    Participant

    HI Skandha. Thanks for the quick reply.
    You can see my site at: http://www.eganokeefe.com
    In the header media text I have “The Art of Emotive Expression”
    And I was hoping for a left (or right) aligned:
    The Art of
    Emotive Expression

    Thanks.

    #150143
    Pegan
    Participant

    Hi Skandha,
    Any new information on this request?

    #150170
    Skandha
    Participant

    @pegan: Sorry for the late reply.
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .section-title {
       visibility: hidden;
    }
    .section-title:before {
       content: "The Art of \00000a Emotive Expression";
       visibility: visible;
       white-space: pre;
       display: block;
       text-align:right;
    }

    Let me know if this is what you want!
    Kind Regards,
    Skandha

    #150202
    Pegan
    Participant

    Hi Skandha,
    Your code adds an extra header to a different page.
    As seen here: http://www.eganokeefe.com/blog/

    I am only trying to adjust the header text in the media on the first page.
    Seen here: http://www.eganokeefe.com

    At this point, the CSS I had done to work on the Media Header Text has been lost.

    Please help.

    #150228
    Skandha
    Participant

    @pegan: Please add .home before .section-title and .section-title:before in the code I provided you above.

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

    #150279
    Pegan
    Participant

    Thank you!
    Perfection.

    So so impressed with the speed and attentiveness you offer on these boards. Really very impressive. Thank you.

    #150296
    Skandha
    Participant

    @pegan: Hello there, I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/cleanportfolio/reviews/#new-post
    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely appreciated. Thanks, and if there’s anything else at all that I can do to help,
    don’t hesitate to let me know. Have a good day! 🙂

    Kind Regards,
    Skandha

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Line Break in Media Header Text’ is closed to new replies.