Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #238472
    jinnzhong
    Participant

    Hi,

    My website is http://www.jinnzhong.com. I just have a quick question. How do I stop my bio in the “hero content section” on my front page from being centered?

    It’s not centered on the actual page: http://www.jinnzhong.com/about/
    But it is as “hero content” on the front page: http://www.jinnzhong.com/#section1

    Thank you.

    #238547
    Skandha
    Participant

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

    @media screen and (min-width: 41.685em) {
    	#hero-section .entry-container.full-width {
    		text-align: right;
    	}
    }

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

    #238593
    jinnzhong
    Participant

    yes, thank you!

    #238672
    Skandha
    Participant

    @jinnzhong: 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/catch-fullscreen/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 4 posts - 1 through 4 (of 4 total)
  • The topic ‘How do I stop the Hero Content from being centered?’ is closed to new replies.