2 issues with our mobile site

  • Posted in : TheBlogger
  • leraptor
    Participant

    First issue is how the text is showing up and when it’s long, is there a way to have an organized structure?

    https://www.dropbox.com/s/85k5um96lqha58l/structure.png?dl=0

    The second issue is the size of the font when it’s in mobile: how can we make the titles and body bigger?

    https://www.dropbox.com/s/f3gfw84c8rl298b/text_size.png?dl=0

    serkan
    Moderator

    Hi, We can decrease the font sizes with custom css codes;

    @media screen and (max-width: 767px) {
    .blog-small .entry-title { font-size: 1.2em; }
    .single-post .entry-content p { font-size: 15px; }
    .single-post h1.entry-title { font-size: 26px; }
    }

    Thanks

    leraptor
    Participant

    Thanks, what about the first issue?

    Also is this custom CSS related just to mobile?

    serkan
    Moderator

    Hi, There are 3 custom css codes there. The first line of code is the answer to the first question. The others are for the second problem. Also just for mobile view.
    Thanks

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register