• Hello everybody, unfortunately I had to change my theme on my website. However, I wanted to take over elements of the old theme via HTML. That worked well, until the quote. Unfortunately it does not look like it should look like. Also, the second quotes should not be in front of the name.

    How it looks

    How it should look

    Can someone help me?

    Thanks in advantage

    • This topic was modified 5 years, 5 months ago by philippf.
    • This topic was modified 5 years, 5 months ago by philippf.
    • This topic was modified 5 years, 5 months ago by philippf.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Moderator bcworkz

    (@bcworkz)

    To fix the border line above the little triangle, at line 776 of the theme’s style.css, you have:

    description-box::before {
        right: 0;
        left: 30px;
        bottom: -15px;

    Change -15px; to -14px; if this is a custom theme. If it’s a distributed theme, you should not edit its files. Instead, add this to the Additional CSS of the customizer:
    description-box::before { bottom: -14px; }

    I’m unsure of the other problems you mention, your how it looks link doesn’t show any image over at imgbb. The current site looks pretty close to your should look image.

    Thread Starter philippf

    (@philippf)

    Unfortunately, it does not work that way. But if I go to investigate and hide this code, it is normal.

    .elementor * {
        /* background-color: #0000; */
    }

    Unfortunately, I can not just insert this into my custom css, or if I do it, nothing happens.

    Thanks anyway, maybe you know how I could integrate the code

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Frame around text and correct arrangement of the text does not work’ is closed to new replies.