Hello,
You can use the Responsive Classes to custom the Background Position of the said Section: background-position: left center !important;. Example:
.device-xs .custom-section-bg-pos {
background-position: left center !important;
}
Then add the .custom-section-bg-pos Class to the Parallax Section. The Responsive Classes are as follows:
.device-xl – Class for Large Devices >=1200px
.device-lg – Class for Medium Devices >=992px to 1199px
.device-md – Class for Tablets
.device-sm – Class for Landscape Mobiles or Phablets.
.device-xs – Class for Portrait Mobiles
You can add these Custom CSS codes in the css/custom.css File. Additionally, make sure that you have checked out the Documentation > Start > Customization Section for complete details on how to use the css/custom.css File.
Hope this Helps!
Let us know if we can help you with anything else or if you find any further issues.