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
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
Thanks Yigit for the quick response… not working – maybe am I doing something wrong?
Hi!
Do you mind creating a temporary admin login and posting it here privately?
Regards,
Yigit
Thanks Yigit…
Hi Yigit…
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
Hi Yigit… thanks, for your time.
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