Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #909879

    I Have a 360 picture that I want to display using KRPano plugin. I have set the width to 100% but I get still the left and the right not filled.
    I use code tool of the avia builder to implement the necessary code. padding is set to none. but the container has a standard padding of 50px. How can I set it off for just this container

    Thanks

    #909888

    Hi,

    Please refer to this post – https://kriesi.at/documentation/enfold/color-section-with-100-container/ :)

    Cheers!
    Yigit

    #909932

    Thanks but is there also a possibility to place it under the navigation like the easy slider full width? I set the page setting on glass header

    #910117

    Hi,

    Could you please provide us with a temporary admin login so that we can take a closer look? You can post the details in the Private Content section of your reply.

    Best regards,
    Rikard

    #910187

    It’s my try out domain

    #910868

    Hi,

    Thank you for the update. Looks like you managed to figure this out. The container is set to full width.

    Best regards,
    Ismael

    #911015

    But not under the navigation

    #911461

    Hi,

    Which navigation? Please provide a screenshot of the expected layout on imgur or dropbox.

    Best regards,
    Ismael

    #911616

    My top navigation, I want to show a 360 picture behind the top navigation. If it’s possible also as a fullscreen 360 picture.

    Thanks

    #912026

    Hi,

    Thank you for the update. Do you want the 360 picture underneath the header? The page looks the same as the screenshot so I’m not sure what’s missing. If you want the slider underneath the header, edit the page then set the Layout > Header visibility and transparency to “transparent”.

    Best regards,
    Ismael

    #912179

    Sorry for the confusion. That’s the problem I have set it to transparent but it stays in the same position below the navigation instead of under the navigation

    #912180

    I see that’s
    .html_header_transparency #top .avia-builder-el-0 .container, .html_header_transparency #top .avia-builder-el-0 .slideshow_caption {
    padding-top: 88px;
    }

    I must override 88px;

    Thanks

    #912583

    Hi,

    Did you figure it out? You can set the top padding to 0.

    .html_header_transparency #top .avia-builder-el-0 .container, .html_header_transparency #top .avia-builder-el-0 .slideshow_caption {
        padding-top: 0 !important;
    }

    Best regards,
    Ismael

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