-
AuthorPosts
-
April 12, 2016 at 6:53 am #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?
April 12, 2016 at 3:45 pm #611966Hi 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,
YigitApril 12, 2016 at 5:59 pm #612053Thanks Yigit… your question helped me rethink the process. I just made a gridrow with the widget area.
Miles
April 12, 2016 at 8:38 pm #612129Hey 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,
JordanApril 12, 2016 at 11:13 pm #612220Hey 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,
MilesApril 15, 2016 at 7:46 am #614601Hi!
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 -
AuthorPosts
- You must be logged in to reply to this topic.
