• Resolved nicolasanderes

    (@nicolasanderes)


    Hello

    I currently have the following problem:
    On the website I specify have several blog preview images with a title. These are intended to draw attention to view the corresponding linked blog.

    Since the title is now different lengths, (sometimes one line, sometimes two and sometimes three lines) changes the size of the boxes with. But I would like to have the background boxes always in the same/fixed size.

    I have a basic knowledge in programming, but I can’t really make it work, especially if it should be responsive… Would you have an idea how I could do that?

    If you need more info, please write!

    Here are some screenshots as examples:https://drive.google.com/drive/folders/1zofYIxgDG3JSs6S2sp849Y1T2V9DPhvs?usp=sharing
    Screenshot 1: that’s how I would like it, all boxes the same size
    Screenshot 2: As soon as one title is bigger, the box gets bigger because it works with padding.

    Thanks a lot!

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hi, @nicolasanderes

    Since you use a commercial theme, please go to their official support channel. We feel they are best equipped to support their products.

    https://themeforest.net/item/peggi-a-multipurpose-wordpress-children-theme/22094659/support

    Forum volunteers are not given access to commercial products, so we would not know why your commercial theme is not working properly. Commercial products are not supported in these forums.

    Kind regards!

    Thread Starter nicolasanderes

    (@nicolasanderes)

    Hey @vladytimy

    Thanks for your answer!
    I was not aware of that. Unfortunately, this half year support for the template has already passed. Since I have tried a lot, I thought you might be able to help.

    Even after reading the documentation here
    https://peggi.qodeinteractive.com/documentation/

    I wasn’t able to find any option to switch to a normal grid style instead of masonry layout – the one you are using right now. So, maybe the theme doesn’t have that option and it needs customization to work as you intend.

    Since we are not given access to commercial products, we can’t help, I am sorry.

    Moderator bcworkz

    (@bcworkz)

    Kind of a long shot since as Vlad says, we don’t have access to theme code. But it’s simple to try, it might work. Add this to the customizer’s Additional CSS section:

    body.category div.qodef-post-text {
        height: 10em;
    }

    You can adjust the 10 value to get an ideal height. This sets the height as a constant regardless of title length, so if you had a really long title, it’d overflow the container. Shouldn’t be an issue if you avoid really long titles ??

    This is applied to all category archive pages. You can manage application by which class goes with the body selector.

    Thread Starter nicolasanderes

    (@nicolasanderes)

    Hey @bcworkz

    Thanks for your super help and explanation! That it would have been so simple, I was not aware…

    You have helped me very much, thank you! ??

    I do not know how it works here, but from me this topic can be closed here. Thanks!

    Moderator bcworkz

    (@bcworkz)

    You’re welcome! Marking your topic as resolved is all we ask. We normally leave topics open until they auto-close, just in case you or others have further thoughts. But once topics are more than a few pages back in the forum listing, they’re essentially closed in an out of sight, out of mind sense ??

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Title Preview Blog’ is closed to new replies.