Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #625577

    Hi…

    My scenario is 4 columns in website footer. On the mobile version, I only want to display the fourth column… is that possible?

    Thanks

    Pieter

    #625578

    Hey Pieter!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

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

    Best regards,
    Yigit

    #625590

    Thanks Yigit for the quick response… not working – maybe am I doing something wrong?

    #625597

    Hi!

    Do you mind creating a temporary admin login and posting it here privately?

    Regards,
    Yigit

    #625601

    Thanks Yigit…

    #625604

    Hey!

    And a link to your website please :)

    Cheers!
    Yigit

    #625607

    Hi Yigit…

    #625616

    Hey!

    You have added the code to Google Analytics field instead of Quick CSS field. I moved it to Quick CSS field. Please review your website now

    Best regards,
    Yigit

    #625618

    Hi Yigit… thanks, for your time.

    #625623

    Hi!

    You are welcome!
    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    Best regards,
    Yigit

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘ENFOLD MOBILE FOOTER DISPLAY’ is closed to new replies.