Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #267466

    Hi there, I have a couple of questions before I can complete my site (url to follow in next post) and your help would be greatly appreciated.

    1. I need to keep a widget containing an iframe a minimum size – Mobile is fine but I need it not to collapse/be made smaller on a tablet (Prenota Online on the left of the homepage)

    2. The top 3 Icon boxes I cannot get to show above slider (they default underneath and have tried z-index but this does not seem to work) when using top-margin: -150px

    3. Do posts not work with visual page builder or is it something to do with WP3.9??

    4. As styling blog posts is very difficult is there any way to add pages to the “blog posts” content element or a way round this? (Or even display pages in Magazine or post slider content elements)

    Thanks for your help!

    #267467
    This reply has been marked as private.
    #267503

    Hi!

    1. You’d need to have access to the iframe in order to change how it reacts to smaller sizes.

    2. This will do it:

    .avia-builder-el-1 .content {
        padding-top: 0;
        margin-top: -100px;
        z-index: 10000;
        position: relative;
    }

    It would be better to target the element by the ID you set, but the problem is that the ID is invalid because it contains a dot (div.sectionabove).

    3-4. You can enable ALB for Posts:

    Cheers!
    Josue

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