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 5 years, 10 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