Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #293781

    Hi,

    I’m using the ‘Single Author, Big Preview Pic’ in my Blog Template but when I click off sidebar all of the text is justified.

    Is there a way I can turn it off and have Everything left aligned (including the title)?
    I spotted a previous request and the following Quick CSS was provided but this made it left justified.

    top .fullsize .template-blog .post-title {
    text-align: left;
    }

    #top .fullsize .template-blog .post-meta-infos {
    text-align: left;
    }

    #top .fullsize .template-blog .post .entry-content-wrapper > * {
    margin-left: 0;
    margin-right: 0;
    }

    Many Thanks
    Grace

    #293810

    Hi Grace!

    Can you post the link to your blog page please?

    Regards,
    Yigit

    #293884
    #293888

    Hey!

    Please add following code to Quick CSS

    #top .fullsize .template-blog .post .entry-content-wrapper, #top .fullsize .template-blog .post-title { text-align: left; }
    #top .fullsize .template-blog .post .entry-content-wrapper { width: 100%; }
    #top .fullsize .template-blog .post .entry-content-wrapper > *, #top .fullsize .template-blog .post-title { max-width: 100%; }

    Cheers!
    Yigit

    #294281

    Hi Yigit
    Hope you ok,
    sorry to bother you again, but we have a little problem with font resizer from cubetech,
    It actually doesn’t resize the font just pulls the text apart:
    http://agefriendlyireland.ie/wordpress/
    Could you advise what to do?
    thank you
    Aga

    #294294

    Hey Aga!

    Thanks, hope you are fine too :)
    Sorry but i could not find font resizer on your page. Have you removed it?

    Cheers!
    Yigit

    #294306

    Hi
    Yes but is back now sorry :)
    I am tying to sort this, could you have a look now
    I am not touching anything ;)
    cheers Aga

    #294311

    Hi!

    Honestly i do not have any experience with this plugin. It seems that it is not working only on P tagged elements. Have you tried contacting plugin author? If not, please do so

    Regards,
    Yigit

    #294325

    Hi
    yes I tried, but no response so far,
    can’t figure it myself ,
    thank you so much for you help Yigit, sorry for taking your time

    regardsAga

    #294328

    Hi!

    Not at all, we are always happy to help! :)
    Please try deactivating other plugins you are using. One of them could be interfering with font resizer. If that too does not work, i am afraid there is not much we can do. I am closing this thread for now as initial issue was solved. Please feel free to start another one if you have any other questions or issues

    Best regards,
    Yigit

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Text Alignment in Blog Posts’ is closed to new replies.