Best Premium and Free WordPress Themes › Forums › Corporate Plus Pro › Background Image Does Not Display in AT Featured Section Widget
- This topic has 5 replies, 2 voices, and was last updated 3 years, 10 months ago by
acmesupports.
- AuthorPosts
- April 1, 2019 at 2:27 am #49467
William Qualls
ParticipantI built my website with the Corporate Pro Plus theme: https://www.cwsafetysolutions.com/ . My home page has an AT Featured Section widget, titled Vision. It is just below the Feature Section slider. The Featured Section widget links to my About page. The AT Featured Section widget has a background image: https://www.cwsafetysolutions.com/wp-content/uploads/2019/03/opt-in.jpg . This background image is visible in the desktop version of the website. It is not visible in the table or phone versions of the website. How can I fix this issue, please?
April 2, 2019 at 12:41 pm #49575acmesupports
ModeratorDear William,
Please add the given CSS code in Additional CSS.
Appearance > Customize > Additional CSS@media (max-width:767px){ .at-parallax{ background-attachment: scroll !important; } }
Best Regards!
April 2, 2019 at 2:01 pm #49578William Qualls
ParticipantThank you for the message. I added the code, and it fixed the display of background image in the AT Featured Section widget on the phone (iPhone), but not on the tablet (iPad). Can you take a look at it, please?
Thanks so much!
April 3, 2019 at 5:30 am #49627acmesupports
ModeratorDear William,
Please add the given CSS code for a tablet.
Appearance > Customize > Additional CSS@media (max-width:992px){ .at-parallax{ background-attachment: scroll !important; } }
Best Regards!
- This reply was modified 3 years, 10 months ago by
acmesupports.
April 3, 2019 at 5:00 pm #49692William Qualls
ParticipantThat’s awesome! I think this theme works well for my company’s website. Great for mobile devices, as well as desktop computers.
April 4, 2019 at 4:05 pm #49782acmesupports
ModeratorDear William,
You are Most Welcome 🙂
Best Regards! - This reply was modified 3 years, 10 months ago by
- AuthorPosts
- You must be logged in to reply to this topic.