Okay
  Public Ticket #1603248
Problems with footer
Closed

Comments

  • trentyseb started the conversation

    Hi,

    I have a few questions regarding the footer. I would like to:

    - Have the payment methods in the right bottom corner (they are now in the center)

    - Terms and conditions in the left bottom corner 

    - The footer menu already collapsed on mobile view (now you see 3 dots).

    How do I get this?

    Thanks in advance!


  • [deleted] replied

    Hi trentyseb,

    1— Just add the code below to your Custom CSS area:

    .footer-bottom center {
    text-align: left;
    }
    2— Custom CSS again:

    .footer-bottom .col-md-6:last-child {
    text-align: right;
    }

    3— You just need to press the Expanded button:


    (view on a new page)

    Have a great day!