Okay
  Print

Make header description visible at responsive sizes(mobile and tablets)

Initially we've hidden the header description for responsive sizes because many people had very long descriptions and it was breaking the layout on mobile devices as the description filled out the screen, however if your description is short and sweet it wont be a problem to enabled it !

To do so you will just need to follow some steps below:

First head to the "Edit Theme" section, scroll down the left hand sidebar till you reach the bottom of the page and click "Advanced Options". On the next page you will see a code input field titled "ADD CUSTOM CSS". You will need to copy/paste the code below into this section and click "Save" when done.

Make sure to copy and code exactly as displayed including fullstops and curly bracers or the code may not work.

@media only screen and (max-device-width: 736px) and (min-device-width: 320px) {.prof-description {display: initial!important;}}