• Resolved doctorproctor

    (@doctorproctor)


    Your plugin works perfectly with a number of our Genesis themes, but I have noticed a problem running Parallax Pro; see this screenshot, right side, where the backstretch image does not go fully to the right.

    If you can recommend a CSS or other fix I would sure appreciate.

    Many thanks,

    Jim Proctor

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Robin Cornett

    (@littlerchicken)

    Hi Jim! I’m sorry you’re encountering this issue. Unfortunately, I’m unable to reproduce this margin issue with a fresh copy of Parallax Pro. Do you have a link you can share so that I can see the issue in person? If you are unable to share the link on the forum, please feel free to contact me directly with a link to the page in question.

    Thread Starter doctorproctor

    (@doctorproctor)

    Robin, sure appreciate your quick reply. I am still developing that site, so it is not publicly available, but I have reproduced the issue on another public site on my multisite that uses Parallax Pro: see here.

    I hope this example gives you what you need!

    Thanks again for all your help, and for this great plugin.

    Jim

    Plugin Author Robin Cornett

    (@littlerchicken)

    Thank you for the link! That really helped. It looks to me like it’s actually the paragraph on the right of the #ub_global_header_content bar causing the issue. Because it has a margin which extends below the bar, but the .site-header is positioned absolutely, it’s hard to see, but basically, the .big-leader element is not the full width of the screen because its top edge is in line with that element. There are a couple ways you could approach it: 1) you could add a clear: both; to the CSS for either the .site-container or the .big-leader elements, but since that bar is something you’re using throughout your network, I’d probably see about 2) adding this CSS to whatever style you have that is used network wide, so that if you have another theme which uses absolute positioning on the site header, you’ll have already solved the issue:

    
    .lc-banner p {
        margin-bottom: 0;
    }
    

    Any of these are working for me in Chrome’s Dev Tools, so I hope that will get you sorted, whichever option you pick.

    Thread Starter doctorproctor

    (@doctorproctor)

    Yes, this worked, thank you!…I may have to hire you to clean up this multisite in future ??

    Regards,

    Jim P.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘how fix right side parallax pro margin?’ is closed to new replies.