Comments 12MeesterGijs started the conversationOctober 23, 2023 at 10:58amDear Alex,This has happened again.. the footer text is just 25%. How can we change this?Thanks,Gijs[deleted] repliedOctober 25, 2023 at 2:34pmPlease try adding this custom css in your wp-admin-> appearance-> customize -> custom css : div#footerbottom .col-md-3 {width:100%;} 12MeesterGijs repliedOctober 25, 2023 at 3:08pmWorked. I already something with div#footer. This: div#footerbottom .col-md-3 {flex: 0 0 65%;text-align:right;max-width:none;}What was that for?[deleted] repliedOctober 26, 2023 at 2:23pmthat was for the same purpose but somehow its not working maybe you might have changed footer setting .you might have to keep this css : div#footerbottom .col-md-3 {flex: 0 0 65%;text-align:right;max-width:none;} as well. Sign in to reply ...
Dear Alex,
This has happened again.. the footer text is just 25%. How can we change this?
Thanks,
Gijs
Please try adding this custom css in your wp-admin-> appearance-> customize -> custom css :
div#footerbottom .col-md-3 {width:100%;}
Worked. I already something with div#footer. This: div#footerbottom .col-md-3 {flex: 0 0 65%;text-align:right;max-width:none;}
What was that for?
that was for the same purpose but somehow its not working maybe you might have changed footer setting .
you might have to keep this css : div#footerbottom .col-md-3 {flex: 0 0 65%;text-align:right;max-width:none;} as well.