Okay
  Public Ticket #3552132
footer appearance on mobile
Closed

Comments

  •  10
    Erin started the conversation

    Hi how do I adjust the footer appearance for mobile?  It's huge and spread out. Thank you. 

    Attached files:  IMG_6199.PNG

  •  2,723
    Andrew replied

    Hi Erin,

    Thank you for getting back to us.

    Could you please let us know what you'd want the footer to look like so we can further advise?

    We look forward to your reply.

    Thanks,

  •  10
    Erin replied

    Is it possible to hide the orange and black logo on mobile? 

  •  1,649
    Judith replied

    Hello Erin,

    Thanks for writing back.

    To make the changes as requested, you will need to add some custom CSS code. To do this, please follow these steps:

    From your WordPress dashboard, Navigate to Salient > General Settings > CSS/Script Related. In the custom code area, insert the provided CSS snippet:

    @media only screen and (max-width: 690px){
    .wp-block-image {
        display: none;
    }
    }

    Once the code is added, save and refresh the page to see if the change has been applied. In case it helps, please check this section from the documentation on CSS/Script Related

    If this does not work as expected or If you have any further questions or need additional assistance, don't hesitate to write back, I'm happy to help. 

  •  1
    ednadurango1 replied

    HI Judith, it worked but the footer on mobile still looked huge and bad. So I just did some other modifying on my own. Thanks!

  •  1,649
    Judith replied

    Hello Erin,

    Glad you were able to resolve it.

    If you have any further questions or need additional assistance, don't hesitate to write back, I'm happy to help.