• Resolved floo08

    (@floo08)


    Hi there,
    I’ve a big question. I think it isn’t possible, but i will ask:

    I use your child theme “Mantle”. And in every category and the front page, there is the article report.

    Headline
    Picute
    Extract of the article

    Is there a way to change it ?
    I would prefer it, when the picture is more tiny and on the left side, and on the right side there is the headline with the extract. I think on mobile phones it will look much better because one article isn’t as big as now.
    Hope for an answer and sorry for my english
    Florian

Viewing 6 replies - 16 through 21 (of 21 total)
  • Thread Starter floo08

    (@floo08)

    Thank you, 2 last questions:

    1. Can I also change the size of the date and the author below the title ? A CSS will be very nice
    2. Is it possible that I only saw an excerpt on desktops ? I mean, on deskotps I want to the title and a short excerpt and on the mobile version I only want to see the title.
    Thanks

    Thread Starter floo08

    (@floo08)

    I solved the first question by me.
    But I need an answer to the second question.

    Another question:
    In the article report, the featured images are directly on the left. Can you send me a CSS with which I can put a margin ? Thanks

    Thread Starter floo08

    (@floo08)

    I solved the question with the margin, too.

    So, I only need an answer to the question with the excerpt.

    Theme Author Tom

    (@edge22)

    This CSS should do it:

    @media (max-width: 768px) {
        .blog .entry-summary,
        .archive .entry-summary,
        .blog .entry-content,
        .archive .entry-content{
            display: none;
        }
    }
    Thread Starter floo08

    (@floo08)

    You’re the best. Thank you thank you.
    It work!!!
    In the future, I will buy every of your add-ons to support you. Very very good. Thank you so much.
    I hope it’s okay if I write to you again when i’ve another question!!

    Theme Author Tom

    (@edge22)

    Absolutely! Just start a new topic ??

    Glad I could be helpful!

Viewing 6 replies - 16 through 21 (of 21 total)
  • The topic ‘article report’ is closed to new replies.