Private: Home › Forums › WordPress Themes › Elvyre – Retina Ready WordPress Theme › Page's title background image area › Reply To: Page's title background image area
July 9, 2015 at 10:29 am
#3323
Keymaster
This CSS will change height only for Large version of title and move text below. I see that you changed CSS directly, this isn’t good idea. All CSS I give you paste to Elvyre options -> Apprearance -> Custom CSS:
#page-title.page-title-1{
height: 369px;
}
#page-title.page-title-1 .pt-title{
padding-top: 120px;
}