Hey,
is it possible to place a image just on the mobile view?
After the header before the content…
Thanks in advance, Jan
Hi b00p!
Please refer to my post here – https://kriesi.at/support/topic/is-there-an-option-to-create-a-separate-page-design-specific-to-mobile-devices/#post-326458
Cheers!
Yigit
Hey Yigit, thanks for your reply.
I`ve edited the function, and named the color-section “mhp”. After that i added this to custom css:
.mhp @media only screen and (min-width: 481px) {
.show-only-on-mobile { display: none; }}
And here you can see: http://www.petrakonradi.de/blog/hoerproben-2/
the first white colour section with the image still exist.
Do you have an idea what i did wrong?
Hi!
Please use following code
@media only screen and (min-width: 481px) {
.page-id-691 #av_section_1 { display: none; }}
Regards,
Yigit
Works perfect, thanks a lot!
Hi!
You are welcome, glad we could help :)
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 :)
Cheers!
Yigit