Tagged: Layer Slider, Portfolio, responsive
Hi,
However I found several topics on the portfolio responsive pasting in some code in the Quick CSS in Enfold theme options under General Styling tab. Like this one
@media only screen and (max-width: 767px) {
.flex_column.av_one_fourth {
width: 100%!important;
margin-left: 0!important;
}}
But no result on my website
So hope you can explain me how to fix it.
Well an other question the responsive header. How to ad a responsive text or title to the layer slider.
Hey same-d!
Please try using following code instead
@media only screen and (max-width: 769px) {
.grid-entry { width: 100% !important; margin-left: 0 !important; }}
If that does not help, please create a temporary admin login and post it here privately.
You can add a new layer to your existing slider or refer to this post to add widget area to your header – http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/
Regards,
Yigit