• I tried this plugin and it has a lot of good things going for it but I have to ask why the Box around my Home title and every other page title is so big? Is this adjustable?
    I don’t have the Pro version.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor WPtouch

    (@wptouch)

    Hi,

    The page title area is that way by design. However, you can decrease its size by adding the code below to Appearance > Customize > Custom CSS when editing the mobile theme.

    
    .post-page-head-area.bauhaus {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    }
    

    Additional info on adding custom styling can be found here – Adding Custom Styling

    To inspect WPtouch Pro’s CSS yourself if you need to or want to make other changes like this, please take a look at this part of the article – Identify targets for custom CSS

    [ Signature deleted ]

    • This reply was modified 6 years, 11 months ago by Jan Dembowski.

    Is “bauhaus” the free version of the program?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Why is the Header so large?’ is closed to new replies.