• Hi, I have used the AMP page builder’s Feature module. I am trying to add align ‘left’ from the module options, but its not reflecting. The same thing worked for the text module. (i am using the latest version of plugin) Any help would be appreciated. Thanks

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor ampforwp

    (@ampforwp)

    Hi @chetanpdeshmukh,

    I’ve checked your AMP URL and it seems that ‘Feature module’ of AMP page builder is aligned to left and it’s reflecting. Could you please check once on your end?

    screenshot: https://take.ms/bivH4

    Hope it helps.

    Thread Starter chetan.p.deshmukh

    (@chetanpdeshmukh)

    Hi @ampforwp
    Thanks for the response. I have used a single column layout, that’s why its showing the feature on the left of the page. However, what I am really looking for is: the ‘text’ in the feature module to be left aligned. Is it possible to do that?

    Thanks.

    Plugin Contributor ampforwp

    (@ampforwp)

    Hi @chetanpdeshmukh,

    Yes, you can do that by using the custom CSS. And you can add the CSS in the ‘Custom CSS’ option. We can find this option in AMP > Design > Global > Custom CSS.

    For testing purpose, please add the below CSS code in the Custom CSS option and check whether the issue is resolved or not:

    
    .feat-blk p, .feat-blk ul {
    text-align: left;
    }
    

    Hope it helps.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘feature – text alignment’ is closed to new replies.