The main image header does not fully 100% stretch to the left and right edge of the screen.
I have already sent Cindy a sample image of what is happening.
Thank you kindly in advance for your help.
The main image header does not fully 100% stretch to the left and right edge of the screen.
I have already sent Cindy a sample image of what is happening.
Thank you kindly in advance for your help.
Hi Thequanger,
- You open script.js in js folder.
- You find and remove: function parallaxInit()
- And save this code:
Thank you. Do I also need to remove this line in scripts.js as well:
$(window).on('load', function() {
aweBtn();
masonry();
setHeight();
parallaxInit(); // DO I NEED TO REMOVE THIS TOO SINCE I REMOVED THE FUNCTION?
Hi Thequanger,
Sorry I haven't clearly explained to you.
Source code in script.js your file:
You need remove it. And save this new code:
Awesome, Thanks! Resolved.