For long H1 will not be visable in Mobile page.

Discussion in 'Infoway WordPress Theme' started by matlars, May 7, 2013.

  1. matlars

    matlars Member

    Joined:
    Feb 19, 2012
    Messages:
    92
    Likes Received:
    0
    Really good theme!
    But ... If you set a longer sentence on a page, so you can not see the whole h1 title on the bottom of the mobile page.

    How to solve this?
    Skärmklipp.PNG
     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .page-heading {
    background: rgb(245, 243, 243) url(images/headingbg.png) repeat-x;
    height: auto;
    }
     

Share This Page