Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #654062

    Hi I am trying to hide all footer information on mobile devices except for the contact information (Footer 4) .

    Is this possible?

    Thanks

    Nick

    #655282

    Hey nickgriffin1,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    @media only screen and (max-width: 480px) {
    #footer .flex_column:nth-child(1), #footer .flex_column:nth-child(2), #footer .flex_column:nth-child(3) {
        display: none !important;
    }}
    

    Best regards,
    Yigit

    #656111

    Thanks Yigit

    This works on all pages except the homepage (on mobile) the content isn’t aligning

    I can provide you with access if you need it.

    #656145

    Hi!

    Please do clear your cache and try it again.
    I checked with clear cache and all look fine.

    Thanks a lot for your patience

    Cheers!
    Basilis

    #656178

    Hi Basilis

    I have tried that and also viewed on a few mobile devices and the same issue is still occurring.

    The text in the footer (contact details) on the homepage are being cut off ie the website and email address.

    All other pages are fine and the footer is displaying properly

    If you could have another look

    thanks

    Nick

    #656619

    Hi,

    Please add following code to Quick CSS as well

    @media only screen and (max-width: 767px) {
    #footer .flex_column {
        width: 100%;
    }}

    Best regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.