Hello, I am modifying skin Confluence ZEITGEIST, I have almost everything modified to my liking, the problem is the sub menu. The sub menu appears to the left, not centered, neither in the selection nor when it appears, and moved with <left> but it is still to the left.
<left>0<left>
<left>50%<left>
Code:
<?xml version="1.0" encoding="utf-8"?>
<includes>
<include name="HomeSubMenuDisplay">
<control type="group" id="9001">
<depth>DepthMenu-</depth>
<left>0</left>
<top>140</top>
<visible>!Skin.HasSetting(KioskModeEnabled)</visible>
<include>skinshortcuts-template-submenus</include>
</control>
</include>
<include name="HomeSubMenuCommonValues">
<top>0</top>
<width>1920</width>
<height>60</height>
<onup>9000</onup>
<ondown>9002</ondown>
<orientation>Horizontal</orientation>
</include>
<include name="HomeSubMenuCommonAnimation">
<animation type="Hidden">
<effect type="slide" start="0,0" end="0,-60" time="0" easing="out" />
<effect type="fade" start="100" end="0" time="0" />
</animation>
<animation type="Visible">
<effect type="slide" start="0,-60" end="0,0" time="700" />
<effect type="fade" start="0" end="100" time="700" />
</animation>
</include>
<include name="HomeSubMenuCommonLayout">
<itemlayout height="60" width="270">
<control type="label">
<height>60</height>
<width>270</width>
<textwidth>261</textwidth>
<align>center</align>
<aligny>center</aligny>
<font>Regular19</font>
<textcolor>grey</textcolor>
<label>$INFO[ListItem.Label]</label>
</control>
</itemlayout>
<focusedlayout height="60" width="270">
<control type="label">
<height>60</height>
<width>270</width>
<textwidth>261</textwidth>
<align>center</align>
<aligny>center</aligny>
<font>Regular19</font>
<textcolor>grey</textcolor>
<label>$INFO[ListItem.Label]</label>
</control>
<control type="button">
<height>60</height>
<width>270</width>
<textwidth>261</textwidth>
<align>center</align>
<aligny>center</aligny>
<font>Regular19</font>
<texturefocus border="14" colordiffuse="$VAR[uiColorVariantSubMenu]">HomeSubFO_2-rounded-10px-neutral.png</texturefocus>
<visible>ControlGroup(9001).HasFocus</visible>
<include>FocusAnimationTypeSimple2</include>
</control>
<control type="label">
<height>60</height>
<width>270</width>
<textwidth>261</textwidth>
<align>center</align>
<aligny>center</aligny>
<font>Regular19</font>
<textcolor>white</textcolor>
<label>$INFO[ListItem.Label]</label>
<visible>ControlGroup(9001).HasFocus</visible>
<include>FocusAnimationTypeSimple2</include>
</control>
</focusedlayout>
</include>
</includes>