Forum Replies Created

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • in reply to: 3 column layout issue in tablet view #884374

    Sorry it is not up on the internet yet. I am building it on my own local development box but basically I am using 3 of the 1/3 columns and have set it to equal height. However I want it to stack for tablets like it does for mobile phone devices. Currently it just stacks on phone devices as mentioned above.

    in reply to: 3 column layout issue in tablet view #884020

    so I tried the solution above but it does not seem to be working for collapsing the 1/3 columns on tablets. Is there a new way to do it in the latest Enfold?

    in reply to: CSS to disable certain sections of equal height #798720

    Hi John,

    Thanks for the quick reply. Sorry responding so late but I got it to work using jQuery to remove the equal column classes when in mobile which allowed me to then stack the items instead.

    Thanks again for replying.

    Anthony

    in reply to: Text Overlay instead of Image Overlay #790631

    Thanks for getting back to me so fast. I was actually using a child theme to build this site and I saw what you were doing with the overlay which triggered something in my head to try. The following CSS code actually worked. Might be helpful as well in the future for someone else.

    .avia-image-container img { width: 100%; height: 100%; }
    .avia-image-container .av-image-caption-overlay p { width: 76% !important; margin: 0 auto !important; background-color: #000000; opacity: 0.6 !important; filter:alpha(opacity=60) !important; }
    .av-caption-image-overlay-bg { display: none; }

    in reply to: Text Overlay instead of Image Overlay #790424

    Hi Yigit,

    Thanks for replying. Here is a link to what I am looking to do. http://imgur.com/5aFKIAR

    • This reply was modified 7 years, 6 months ago by anthonygq.
Viewing 5 posts - 1 through 5 (of 5 total)