Tagged: ,

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #91277
    Taher
    Participant

    I use cacth kathmandu pro theme, but I don’t like to use responsive mode.

    So, I feel some problem.

    1# all div and pre element font size is smaller then p. I like p and pre show same size when I set font size same.

    2# I want to publish 50 thousand word on a post, but theme allowed allmost 20 thousand, how can Increase maximum word on post.

    #91285
    Mahesh
    Keymaster

    @taher: Thank you for using Catch Kathmandu Pro theme.
    If you do not like to use responsive mode, you can disable it through customizer. Go to Dashboard=> Appearance=> Customize=> Theme Options=> Responsive Design and check on Check to Disable Responsive Design option.
    #1 p and pre show same size when I set font size same:
    This can be done by using Custom CSS. Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    p, 
    pre {
        font-size: 20px;
    }

    Note:
    * Adjust the font size as per you required.
    * This will override the font size option in customizer.

    #2 how can Increase maximum word on post:
    If you have phpMyAdmin you can simply change the post_content field from TEXT to LONGTEXT.

    Regards,
    Mahesh

    #94217
    Taher
    Participant

    Thanks Mr. Mahesh.
    I use
    p,
    pre {
    font-size: 16px;
    }

    This is good for computer but don’t work on Tab and Mobile.

    #94317
    Mahesh
    Keymaster

    @taher: Please post in your site url.

    Regards,
    Mahesh

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Same size font on p and pre’ is closed to new replies.