Forum Discussion
Sharepoint Help Needed with Snippet Script
- Jan 11, 2019
The snippet below will needs to be applied for the new webpart zone the #promotedlinksbody_WPQ3 is the ID of WebPart #1. copy/paste the snippet then change the #promotedlinksbody_WPQ3 to the ID of webpart #2, this can be found by inspecting the element through browser tools.
Or you could remove the #promotedlinksbody_WPQ3 and see if it applies to both.
#promotedlinksbody_WPQ3 div.ms-tileview-tile-root {
margin-right:40px !important;
}
The snippet below will needs to be applied for the new webpart zone the #promotedlinksbody_WPQ3 is the ID of WebPart #1. copy/paste the snippet then change the #promotedlinksbody_WPQ3 to the ID of webpart #2, this can be found by inspecting the element through browser tools.
Or you could remove the #promotedlinksbody_WPQ3 and see if it applies to both.
#promotedlinksbody_WPQ3 div.ms-tileview-tile-root {
margin-right:40px !important;
}
- Tammy BrunsJan 16, 2019Copper Contributor
Removing it worked! Thank you!