Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #592009

    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.

    #592119

    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

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