Private: Home › Forums › WordPress Themes › Elvyre – Retina Ready WordPress Theme › Page Title area height › Reply To: Page Title area height February 4, 2015 at 10:52 pm #1923 Robert KavgićParticipant Hello, The simplest way is to add the following CSS code to “Elvyre options -> Appearance – Custom CSS” box: #page-title { padding: 200px 0 0 !important; } You can change the number 200 to any desired number. Robert