Title: section widget
Last modified: February 10, 2021

---

# section widget

 *  Resolved [luigistefano](https://wordpress.org/support/users/luigistefano/)
 * (@luigistefano)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/section-widget/)
 * Hello!
 * When i use the ‘fixed’ attachment for my background it looks very nice on desktop.
   But on mobile version it gets totally zoomed in. I dont have this problem when
   i use the ‘scroll’ attachment. Anyone knows how to fix this so that it is both
   nice on mobile and desktop? (Or a way to turn ‘fixed’ off for mobile version.
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fsection-widget%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Support [Team Brainstorm Force](https://wordpress.org/support/users/brainstormteam/)
 * (@brainstormteam)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/section-widget/#post-14035177)
 * Hello [@luigistefano](https://wordpress.org/support/users/luigistefano/) ,
 * I like to let you know, the Safari browser does not support the “background-attachment:
   fixed” on the iPhone devices as it has huge repaint cost and decimate scrolling
   performance, and this because it is disabled.
    ﻿ So, to fix that issue you have
   to set the “background-attachment: scroll” for the Mobile and Tablet devices. ﻿
   Please use the following CSS in the Customizer under Additional CSS Tab to fix
   that issue: ﻿﻿﻿
 *     ```
       ﻿@media only screen and (max-width: 976px) {
           .wp-block-uagb-section.uagb-section__wrap.uagb-section__background-image {
   
           background-attachment: scroll;
   
           }
       }﻿
       ```
   
 * I hope that helps. Let me know how it goes.
 *  Thread Starter [luigistefano](https://wordpress.org/support/users/luigistefano/)
 * (@luigistefano)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/section-widget/#post-14305080)
 * Hi! thanks alot for the reply, and sorry for the late reaction….
 * It doesnt seem to work. I added in the CSS section in the costumizer. It gets
   still totaly zoomed in on safari 🙁 Maybe i am doing something wrong?
    -  This reply was modified 5 years, 1 month ago by [luigistefano](https://wordpress.org/support/users/luigistefano/).

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘section widget’ is closed to new replies.

 * ![](https://ps.w.org/ultimate-addons-for-gutenberg/assets/icon-256x256.gif?rev
   =3240412)
 * [Spectra Gutenberg Blocks – Website Builder for the Block Editor](https://wordpress.org/plugins/ultimate-addons-for-gutenberg/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/ultimate-addons-for-gutenberg/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/ultimate-addons-for-gutenberg/)
 * [Active Topics](https://wordpress.org/support/plugin/ultimate-addons-for-gutenberg/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/ultimate-addons-for-gutenberg/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/ultimate-addons-for-gutenberg/reviews/)

## Tags

 * [fixed](https://wordpress.org/support/topic-tag/fixed/)

 * 2 replies
 * 2 participants
 * Last reply from: [luigistefano](https://wordpress.org/support/users/luigistefano/)
 * Last activity: [5 years, 1 month ago](https://wordpress.org/support/topic/section-widget/#post-14305080)
 * Status: resolved