Need help with footer styling

Hi there! For some reason, even though all the text in my footer is centered in the back end, on the front end it all is right aligned.

:grin: Also I want to change my link color and hover. can you please provide me with the css to do so? :grin:

Http://jusglobal.com

On chrome:

In builder:

Hi Elizabeth,

Thanks for reaching out.

I checked your site here https://validator.w3.org/nu/?doc=http%3A%2F%2Fjusglobal.com%2F and there are content errors. Please fix them first, it’s affecting the actual page and not the builder preview since each element is sandboxed isolated from other elements preview.

One example is this

Which can be fixed by changing this content

<b>JusGlobal</b> improves inter-agency and client communications that propel performance.</p>

with

<p><b>JusGlobal</b> improves inter-agency and client communications that propel performance.</p>

Thanks!

When I fix the paragraph tag on this content block it conflicts with the css I had my developer write to get the that paragraph to stay as it appears. In fact this whole title disappears bc the ccs is linked to it.

Advice?

h2.x-text-content-text-primary {
2
color: rgb(146, 208, 80) !important;
3
}
4
.x-text-content-text h3 p {
5
color: rgb(146, 208, 80) !important;
6
}
7
@media only screen and (max-width: 1000px) and (min-width: 200px) {
8
.e130-7.x-bar-container {
9
padding: 86px 0px 58px 0px !important;
10
}
11
}

Hi Elizabeth,

Please follow this ticket: https://theme.co/apex/forum/t/content-block-not-showing-font-styles/52371/13

Regards!

1 Like

Thank you! We resolved this issue thanks to your advice.

We are just glad that you have figured it out a way to correct the said issue.
Thanks for letting us know!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.