Cordial Pro footer question

After 5+ years without a mac and having a bit of a jump from RW6 I have reached the limits of my CSS. Looks like I missed a bit of fun while I was away.

The footer options in Cordial Pro appear lacking but I have tried a few CSS options to centre the footer text, and then change the font colour, but not getting anywhere. Any help much appreciated. Running RWC and Stacks.

Hi @jbyfield,

Can you link to the website so we can take a look at the footer?

If you have specific questions about the theme’s settings @MultiThemes makes that one if you want to contact him. :slightly_smiling_face:

1 Like

Iv CORDIAL ( PRO) Normally the footer text is visible next to the breadcrumb trail
Is it disabled in your project?

2024-04-10 at 18.24.01

use the code below in Setting: code/css

#footer { margin: 0 auto;
padding-left: 0;
float: none;
text-align: center;
}

pref

hope this helps

1 Like

Site is being fine tuned prior to publishing so not quite live yet.

Thanks M, code works. I did have the breadcrumb trail turned off but code still works. Problem I think was that I only had the ‘text align: center;’ statement and not the margin, padding or float. It worked on a theme I was using in RW6 in the past so had just copied it across.

1 Like