Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #395115

    I am using Firefox 35.01 and am having trouble with parallax view in a color section at the top of the page here: http://www.nutsandboltspress.comThe image is sized 981x383px which is the same size as the center of the boxed layout. Height of image within the color section is 383, same as image size. The image is getting cut off all the way around so only the center part of the image is displayed. Thanks for the help! Mike.

    #395352

    It looks like by changing the “Background Attachment” setting in the color element from “parallax” to “scroll” the image problem resolves itself (bug in parallax?) and gives the affect I was looking for. But there is a large amount of “white space” that appears above the image that I would like to remove so that the image begins at the bottom of the menu header. Please take a look. Thanks Mike.

    #395616

    Hey!

    Thank you for using Enfold.

    When parallax is set as background attachment, the background size is set to cover which scales the image to be as large as possible to cover the whole container and in a few cases, cut off parts of the background image. Set the background attachment to scroll, add a unique id attribute using the For Developers: Section ID field. Use “custom-section” for example, then add this to the Quick CSS field;

    #custom-section {
    background-attachment: scroll !important;
    background-position: center center !important;
    background-size: 100% 100% !important;
    }

    Cheers!
    Ismael

    #395879

    Thanks! I will see if the changes work and report back! Mike

    #396117

    Hey!

    Did it resolve your issue?

    Regards,
    Rikard

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