Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #159413
    matthewvic
    Participant

    Hi all,

    I’ve a quick question that I’ve been trying to work out independently, but as of yet have had no luck.

    The website title which is centered on the homepage of my site (www.manyborders.com) is shifting to the left on every other page after navigating away from the homepage. I’ve tried some simple CSS which didn’t work. Any suggestions, or CSS that may help?

    Thanks alot!

    #159434
    Skandha
    Participant

    @matthewvic: Go to => Appearance => Customize => Additional CSS and remove the following CSS Code.

    p {
        text-align: justify;
    }

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

    #159443
    matthewvic
    Participant

    Works great, thanks so much!

    #159444
    Skandha
    Participant

    @matthewvic: 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/fotografie/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

    #159446
    matthewvic
    Participant

    Happy to leave a review of course, I have a quick question though. I just realised (I’m a little slow today…) that by removing that CSS text, now the text of my posts are not justified and centered. Is there a way to have the website title centered as it is now with your fix, but also the website text justified and centered also (as it was before)?

    Cheers!
    Matt

    #159449
    Skandha
    Participant

    @matthewvic: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    /* To justify post content */
    article p {
    	text-align:justify;
    }

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

    #159450
    matthewvic
    Participant

    Looks like that’s done it – thanks again!

    #159451
    Skandha
    Participant

    @matthewvic: Glad I could help you out. Let me know if you have anymore issues. Have a good day! 🙂

    Kind Regards,
    Skandha

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Website title shifting’ is closed to new replies.