Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #244747
    maartje
    Participant

    Hi!
    I’d like to know how I can center the sitetitle and subtitle on my website. I’ve tried everything that is mentioned in various blogs, but nothing is working.
    When I use .site-title text-align:center, nothing happens. When I use .site-identity text-align:center, only the subtitle moves to the center.
    This is what I use now:
    .site-title {
    margin-left: 275px;
    }
    .site-description {
    text-align: center;
    }
    This kind of works, but is not the ‘right’ way and also isn’t compatible with the mobile site.
    Hope anyone can help me out!
    Thank you.

    #244789
    Skandha
    Participant

    @maartje: Hello there,
    Can you please post in your site URL so that I can look into the issue?

    Kind Regards,
    Skandha

    #244795
    maartje
    Participant

    Hi Skandha,

    Here it is:
    http://onzeitaliaansebruiloft.nl/

    Thank you!

    #244891
    Skandha
    Participant

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

    .site-branding {
        margin: 0 auto;
    }

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

    #244909
    maartje
    Participant

    @Skandha: Yes, it works! Thank you so much 🙂

    #244915
    Skandha
    Participant

    @maartje: 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-wedding/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 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Center Sitetitle and subtitle’ is closed to new replies.