I'm working on a project in ArcGIS Pro that involves labeling parks. I have set the parks to display at a certain scale (1:10,000) that works for the majority of parks, but it doesn't work for a few of the smaller parks as it results in overlapping features. I need to shift the labels to remove the issue of said overlaps. I don't want to convert to graphics because the data will be continuously updated so I need the labels to remain connected with my data.
I tried to use the example from Text Formatting Tags and the label wrote, but didn't move.
Sample of the code.
Lower(park) == "jc skate park", "<PART position = 'middle' h_align = 'right' v_align='center' x_offset = '0' y_offset = '-10'>" + "Skate Park" + "</PART>",
I expected the label "Skate Park" to move to the right, but nothing happened. I tried a variety of different values, and it still didn't move.