Reduce footer height
#1
Hi guys.

Can anyone point me in the right direction as to what file I need to edit to reduce the footer height.

Image
Sony Bravia UHD TV
Nvidia Shield
Zidoo X6 Pro
Amazon FireTV x4
Reply
#2
@artfullone

Please note that the Kodi forum has a maximum of 4 text lines as a forum rule.
So, get creative with displaying your signature horizontally. Smile
Reply
#3
(2018-07-12, 16:38)Klojum Wrote: @artfullone

Please note that the Kodi forum has a maximum of 4 text lines as a forum rule.
So, get creative with displaying your signature horizontally. Smile

Done
Sony Bravia UHD TV
Nvidia Shield
Zidoo X6 Pro
Amazon FireTV x4
Reply
#4
Anyone?
Sony Bravia UHD TV
Nvidia Shield
Zidoo X6 Pro
Amazon FireTV x4
Reply
#5
Reply
#6
Hi.

Includes_Header.xml doesn't exist but Includes_Home.xml does.

But the below changes didn't change the footer height.

xml:

        <!-- Home Row -->
        <control type="group">

            <animation effect="slide" start="0" end="0,250" time="150" condition="!Skin.HasSetting(home.classicwidgets) + [Control.HasFocus(301)]">Conditional</animation>
            <animation effect="slide" start="0" end="0,250" time="150">WindowClose</animation>
            <animation effect="slide" end="0" start="0,250" time="150">WindowOpen</animation>
            <control type="image" description="BottomBG">
                <width>100%</width>
                <height>120</height>
                <bottom>0</bottom>
                <aspectratio aligny="bottom">scale</aspectratio>
                <texture colordiffuse="Background">common/bg.jpg</texture>
                <animation effect="fade" start="100" end="75" time="200" condition="true">Conditional</animation>
            </control>
            <control type="image" description="FanartOverlay">
                <width>100%</width>
                <height>120</height>
                <bottom>0</bottom>
                <aspectratio aligny="bottom">scale</aspectratio>
                <texture colordiffuse="FloorFade">common/floor.png</texture>
            </control>
Sony Bravia UHD TV
Nvidia Shield
Zidoo X6 Pro
Amazon FireTV x4
Reply
#7
First, do backup copies!
Ok, to reduce the footer height open in Artic Zephyr, ver. 2.3.13:

---------

includes_home.xml,

line 1302
xml:
<top>948</top>
(moves the noicon-menu vertically)(

lines 622, 630 and 630
xml:
<height>220</height>
(changes the Background height)

lines 644 an 653
xml:
<top>962</top>
(moves the arrows vertically)

-----------

to change verticaly Position of Clock, open:

includes_furniture.xml,

line 1108
xml:
<centerbottom>NavBarPad</centerbottom>
(moves the clock vertically)

-----------

to change verticaly Position of submenu, open:

includes_home.xml,

line 714
xml:
<posy>460</posy>
(moves the submenuvertically)


Change the values ​​as you like, save the file an reload your Skin!
Reply
#8
Hi.

The lowering of the menu strip works with its shadows and sub menus.

But not the lowering of the arrows and the clock as there is no code referencing <centerbottom>NavBarPad</centerbottom>

I appriciate any further help you can provide.

Image

Image
Sony Bravia UHD TV
Nvidia Shield
Zidoo X6 Pro
Amazon FireTV x4
Reply

Logout Mark Read Team Forum Stats Members Help
Reduce footer height0