Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #611693

    I am developing a site using enfold and I have sidebars enabled throughout the site, but on the main page, below the first full color section I have a section I would like a sidebar to appear. The layout looks right, but none of the sidebars I enable to be there are actually showing up… Any thoughts?

    http://enduringworddevsite.com

    #611966

    Hi debenm!

    Can you please add widget area element to your page and choose to display your widget area in it and check if that helps?

    Best regards,
    Yigit

    #612053

    Thanks Yigit… your question helped me rethink the process. I just made a gridrow with the widget area.

    Miles

    #612129

    Hey Miles!

    Glad to hear you found a way to do it! Feel free to reach out to us on the forum if you have any other questions.

    Regards,
    Jordan

    #612220

    Hey Jordan,

    Thanks! Maybe I should post this as a new topic, but I figured I’d post it here. On the main landing page for the site I have a color section with a large picture background. How can I (using quick css) adjust either the picture being used or the positioning of the picture being used based upon max-width? Reason being, when I look at the page on a tablet or phone the picture is positioned in a way that it looks strange.

    Not sure if I’m explaining correctly.

    Thanks,
    Miles

    #614601

    Hi!

    Add a unique id in the Section ID field of the color section, use “custom-section” for example. Add this in the Quick CSS field to adjust the position of the background image:

    @media only screen and (max-width: 1024px) {
    #custom-section .av-parallax-inner {
        background-position: 20% 50% !important;
    }
    }
    

    Use additional css media queries if you want to adjust the position on different screen sizes.

    Cheers!
    Ismael

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