# 2b. All models (optional): Fine-tune footer position by adjusting margin-top value # A negative margin-top (e.g -10px) moves the footer text slightly upwards # further from the bottom bezel/progressbar, closer to the page content - Find: "#caption[newFooter=true][qApp_deviceIsTrilogy=true] {\n font-size: 14px;\n}" Replace: "#caption[newFooter=true] {\n font-size: 14px; margin-top: 0px;}" # 2a. Touch/Mini users only: Adjust header font-size as required. # 2b. All models (optional): Fine-tune header position by adjusting margin-bottom value. # A negative margin-bottom (e.g -10px) moves the header text slightly downwards # further from the top bezel, closer to the page content - Find: "#caption[newHeader=true][qApp_deviceIsTrilogy=true] {\n font-size: 14px;\n}" Replace: "#caption[newHeader=true] {\n font-size: 14px; margin-bottom: 0px;}"
- Find: "ReadingFooter[qApp_deviceIsDragon=true] {\n qproperty-footerMargin: 170;\n}" Replace: "ReadingFooter[qApp_deviceIsDragon=true] {\n qproperty-footerMargin: 70;\n}" - Find: "ReadingFooter[qApp_deviceIsDaylight=true] {\n qproperty-footerMargin: 221;\n}" Replace: "ReadingFooter[qApp_deviceIsDaylight=true] {\n qproperty-footerMargin: 121;\n}"