Okay
  Public Ticket #3505457
footer
Closed

Comments

  •  12
    MeesterGijs started the conversation

    Dear Alex,

    This has happened again.. the footer text is just 25%. How can we change this?

    7328254387.png


    Thanks,

    Gijs

  • [deleted] replied

    Please try adding this custom css in your wp-admin-> appearance-> customize -> custom css : 

    div#footerbottom .col-md-3 {width:100%;}


  •  12
    MeesterGijs replied

    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?

  • [deleted] replied

    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.