• Resolved igor

    (@igoramatuzzi)


    Hi,

    i am using a.button.ccbnl{padding-left: 135px;} but on mobile it is showing wrong. is there some way i can do it?

    thanks!

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author JC

    (@coder426)

    Hi there,

    If you can show me the issue via screenshot and share your website URL then i can better help.

    Else, you can use media queries to resolve this issue.

    Thanks

    Thank you all for your offers for help, however, I am going to solve the issue a different way, by not making it an issue at all. The theme is pretty but we will likely use something more basic. I will certainly return to this forum if I encounter difficulties with this plugin.

    Again, thank you for your kind support!

    – Josh

    Plugin Author JC

    (@coder426)

    Sure, anytime.

    Feel free to drop me a message anytime.
    You can use this forum or can directly contact me via Plugin’s support option.

    For now, closing this ticket.

    Regards,

    Thread Starter igor

    (@igoramatuzzi)

    hey why did you put another issue into my question? it′s not resolved. https://hiflytire.com.br/produto/llf86/ you can check the button alignment in here.

    im am now using

    @media only screen and (min-width: 768px) {
    a.button.ccbnl.alt{padding-left: 135px;}}
    its working for mobile and desktop but not for tablets. any suggestion ?

    thanks!

    • This reply was modified 4 years, 6 months ago by igor.
    Plugin Author JC

    (@coder426)

    Hi there,

    If you want to align text in center, just remove the media query and use the following CSS:

    a.button.ccbnl.alt {
    text-align: center;
    }

    that will make it work for all devices.
    Please do not use media query for this.

    Thanks

    Thread Starter igor

    (@igoramatuzzi)

    thanks, it worked fine!

    • This reply was modified 4 years, 5 months ago by igor.
Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘align text’ is closed to new replies.