• Resolved maximiliano

    (@maxidg)


    hi there,
    i used the plugin and is ok, and new add-on page builder-for-amp is ok…
    but one thing … is impossible to center some text !!!! is incredible can u check please, and is the same for some image little like an icon .. i’m using VC visual composer to edit a page…

    ideas?

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

Viewing 10 replies - 1 through 10 (of 10 total)
  • Hi @maxidg,

    Have you tried Custom CSS option present in AMP options Panel?

    Thread Starter maximiliano

    (@maxidg)

    hmm no sorry … ??

    Hi @maxidg,

    You can use the Custom CSS option to add the additional styling, can you please try that?

    Thread Starter maximiliano

    (@maxidg)

    but where in theme option .. or where?

    @maxidg,

    in AMP options Panel-> Design-> Global-> Custom CSS

    Thread Starter maximiliano

    (@maxidg)

    hi there,
    thanks for the info .. did u see the webpage … with smartphone how to do that .. i mean not all images needs at the center .. sorry but i’m not expert developer … ??

    Plugin Contributor ampforwp

    (@ampforwp)

    Hi @maxidg,

    Yeah I have checked it and only a few images need to be in center and please copy this code and paste it in the Global CSS option.

    .wpb_wrapper {
    text-align: center;
    }
    amp-img.vc_single_image-img {
    margin: 0 auto;
    }

    Please add this above code and let us know.

    Thread Starter maximiliano

    (@maxidg)

    hi there,
    is ok thanks about image .. can be useful but for the text is not always good to have in the center …
    i’m thinking why the AMP code don’t understand “center” or “left” code … i mean in some part of the page i use for example:
    <p style=”font-size: 22px;” align=”center”>…</p> … and in other part of the page i use vc text option ..

    what do u think?

    Plugin Contributor ampforwp

    (@ampforwp)

    Hi @maxidg,

    If you use the above CSS which I have sent you then it will center your images as well as the fonts on your website. Are you sure that you have added the CSS correctly?

    Thread Starter maximiliano

    (@maxidg)

    hi there @ampforwp thanks for your message … is ok for center image .. about txt is not so important.

    great!

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘DESIGN PAGE AMP’ is closed to new replies.