Size of text and row on page

Home Forums WordPress Themes – Premium Encase Pro Size of text and row on page

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #16891

    Is it possible to reduce the row height on the page title? Please see attached screenshot. Would it be possible to remove that text altogether?

    Thanks

    #22239

    another try at attaching the file

    Blog-BorisGutierrezBorisGutierrez-GoogleChrome_2015-12-27_17-45-52.jpg

    Attachments:
    You must be logged in to view attached files.
    #16892
    Sushil Adhikari
    Moderator

    Hi bores,

    Please use this css to reduce row height on the page title:

    #header-meta {
    	padding: 15px 0 15px;  /*You can change value of padding property as per your requirement,[For reference]: http://www.w3schools.com/css/css_padding.asp; */
    }

    Note: Please use child theme[style.css] to add this css, otherwise your changes will be lost on theme update.

    Thanks

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.