Width of blogpost + About widget about me

  • Posted in : Read WP
  • JessPedersen
    Participant

    Hi,

    Currently working with Read-WP theme and have a could of questions.

    I have been searching the site for answers to the following questions, but I am unsure if I have actually found the correct solutions.

    1. First of all I would like to increase the width of the single blog post page? I am not using sidebar in the single blog post page. Is that by any means possible?

    2. Second is it possible to insert an “about me” text and profile photo similar to what you have implemented in the ReadMe theme?

    3. How do I increase the overall content text size?

    4. How do I justify the content text (the text from blogpost) on the home page?

    5. Is it possible to write this limited content text (displayed on the home page) in the blog post and only be shown on the home page and not the blog post?

    For question 3 I have found the following – which I think is working?

    p {
    font-size: 15px !important;
    }

    Thank you for a great theme and thank you for the help!

    Cheers.

    //Jess

    ahmetsali
    Keymaster

    Hi,

    1-) try this custom css code;

    .blog-single.readable-content {
        max-width: 960px;
    }
    

    2-) sorry not available by default.

    3-) try this custom css code;

    p {
        font-size: 18px;
    }
    

    4-) try this custom css code;

    .blog-posts .entry-content {
        text-align: justify;
    }
    

    5-) wp developer will reply soon.

    Mehmet S.
    Keymaster

    Hi,

    5. You can use the Excerpt field.

    See:

Viewing 3 posts - 1 through 3 (of 3 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