• Hi All,

    My website posts text is getting center-aligned automatically after the posts loads.

    I have checked from my side and the center alignment problem was coming from TD composer plugin, But even after fixing it from plugin editor. Still, the text is not getting left-aligned. And, this issue is showing up on all posts.

    Please help.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Did you try:

    .td-a-rec-id-content_top {
    text-align: left;
    }

    ———–

    Where did you put this css:

    <style>
    /* custom css */
    .tdi_1_0ff.td-a-rec-img{
    text-align: left;
    }
    .tdi_1_0ff.td-a-rec-img img{
    margin: 0 auto 0 0;
    }
    </style>

    Didn’t you use: Dashboard > Appearance > Customizer > Additional CSS ?

    Thread Starter abhimanyurathore

    (@abhimanyurathore)

    Yes, I have tried left also, still it is in the center only.

    For the CSS, I have not put in style sheet.

    Maybe you’re not the author of this website?

    There’s some custom-css, maybe written by someone-else?

    Goto: Dashboard > Appearance > Customizer > Additional CSS
    and put these lines at the bottom of what’s allready there:

    .td-a-rec-id-content_top {
    text-align: left;
    }

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Automatic Center alignment of Text Issue’ is closed to new replies.