• Resolved GerardL

    (@gerardl)


    Great plugin (!) but I have a small problem.

    I tried to change the height of the title area.
    It works for me with the extra css below, but the vertical alignment of the title text is not good (specialy with long titles).
    What should I do?

    
    .post-page-head-area {
    text-transform: none !important;
    height: 50px;
    vertical-align: middle;
    font-size: 90%;
    }
Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor WPtouch

    (@wptouch)

    Hi Gerard,

    Glad to know you’re enjoying WPtouch!

    There are a number of things you can adjust with some more CSS to allow the titles to be fully visible, after reducing the size of the page title area. For example, you can decrease the size, line-height, and padding on the title text. Try something like:

    .post-page-head-area.bauhaus .post-title {
    line-height: 100% !important;
    font-size: 100% !important;
    padding: 5px 5px !important;
    }

    Adjust the values and add to this to suit.

    Regards,

    Emilio Rivera,
    WPtouch Support

    Thread Starter GerardL

    (@gerardl)

    Hi Emilio,

    Thanks for your support, it helped me a lot!

    regards, Gerard

    Plugin Contributor WPtouch

    (@wptouch)

    Great. You’re welcome Gerard!

    Regards,

    Emilio Rivera,
    WPtouch Support

    • This reply was modified 7 years, 3 months ago by WPtouch.
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘valign post-page-head-area’ is closed to new replies.