• Resolved bongocompass

    (@bongocompass)


    I am having difficulty aligning text in the columns that I create. When viewed on at at desktop size it is fine, however when viewed on anything less than this, the text align switches to centre justified. Should I be targeting a particular generic class in the CSS to create a media query to fix this. If so, do you know what this class may be?

    https://wordpress.org/plugins/advanced-wp-columns/

Viewing 6 replies - 1 through 6 (of 6 total)
  • stdk

    (@stdk)

    i am having the same issue. is a bit annoying because the text inside the columns should follow the same style and behavior as any other text, unless I define a specific style for them.
    i am hoping for a fix soon.
    thanks!

    Plugin Author LordMX

    (@lordmx)

    Hi you can override plugin css like this:
    .csColumn {
    text-align: left !important;
    }
    This will solve your issue.

    Sorry, I’m very new to plugins!
    I’m running into the same problem taht Bongocompass outlined. Could you tell me where to insert the css that you wrote?

    Thanks!!

    That fix is not working for me. Once the browser is below the width that the second column moves down, everything becomes center aligned! It’s crazy.

    I’ve tried putting your css fix in the media breaks as well, to no avail.

    Please help – this is ruining the plugin for me!

    Hi, I found I had to edit the specific style for the <div tag on each page, I changed my code to :

    style=”margin: 0px; padding: 0px; width: 47.7%; float: left; text-align: left !important;”

    and it worked.

    Would be really nice to be able to apply this to all the csColumn class at once but doing that in the settings for the plugin has no effect.

    Yep – the only way I could get it to work was adding

    text-align: left !important;

    to the inline element in each <div> columnn

    Bit of a pain to be honest.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Text alignment when viewed on smaller device’ is closed to new replies.