i am trying to align the CTA button center in the container. it’s not working.
please see code and other pic of preview.
thanks

i am trying to align the CTA button center in the container. it’s not working.
please see code and other pic of preview.
thanks

Hey there,
Thanks for writing in! Try giving your content band a class e.g centered-content and then add the following code in the Theme Options > CSS:
.centered-content {
text-align: center;
}
Hope this helps!
i don’t understand. please elaborate.
what specifically do i need to do to fix this issue.
Hi there,
To make it easier, try wrapping the button shortcode in a <p> tag then add the class centered-content and mbn to it like this:
<p class="centered-content mbn">[button type="real" style="background-color......" ......]</p>
Make sure to add the code that was previously suggested by @Nabeel to the Global CSS.
Hope this helps.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.