Logo

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #318981

    Omar42
    Participant

    Hi together
    can you maybe help me i want that our logo is more left in the footer and also the telephone icon similar to the other icon more left

    Attachments:
    You must be logged in to view attached files.
    #319024

    Hello,

    Please try adding the following Custom CSS in the Custom CSS for Desktop area under Theme Settings >> Custom CSS.

    .footer-logo {
        margin-left: -8px;
    }
    .footer-column i.fa.fa-mobile {
        margin-right: 8px;
        margin-left: 2px;
    }

    Regards.
    Xtemos Studios.

    #319035

    Omar42
    Participant

    Hi thanks very much

    only on point i mean the text next to the phone icon is not simillar like the other text ..maybe you have a solution otherwhise thanks a lot

    #319050

    Hello,

    You are Most Welcome.

    Please try adding the following Custom CSS in the Custom CSS for Desktop area under Theme Settings >> Custom CSS.

    .footer-column i.fa.fa-mobile {
        margin-right: 8px !important;
        margin-left: 2px;
    }

    Best Regards

Viewing 4 posts - 1 through 4 (of 4 total)