• Resolved David

    (@davidfonsbo)


    The very first character in every line has cut off the lower left corner. That looks horrible.

    Besides, Why are you adding an underline to the links when hovering? It is extremely ugly and it ruins the layout as I do NOT use underline links any where else. And I cant overwrite it off in Custom.css.

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter David

    (@davidfonsbo)

    Margins and paddings stopped working. Why are you outputting this when I put zeroes in:

    bd_toc_wrapper .bd_toc_wrapper_item .bd_toc_content .bd_toc_content_list_item ul li a {

    1. padding-top: 12px!important;
    2. padding-right: 45px!important;
    3. padding-bottom: 12px!important;
    4. padding-left: 15px!important;

      No matter what I do I get 12,45,12,15 !
    Thread Starter David

    (@davidfonsbo)

    And PLEASE stop using !important on everything. Especially wrong values!

    • This reply was modified 10 months ago by David.
    Plugin Author BoomDevs

    (@boomdevs)

    Hello sir,

    Firstly, we’re a bit confused about the line’s location. Could you please provide more details, and if possible, share a screenshot? It would be really helpful for us to understand.

    Secondly, regarding the issue with the underline in the CSS, it might be appearing due to the default theme settings. You can resolve this by using the following code:

    Here is the Code:

    body .bd_toc_container .bd_toc_wrapper .bd_toc_content_list_item ul li a:hover {
    text-decoration: none !important;
    }

    We’ve also attached a screenshot for reference:
    https://prnt.sc/au0vykqxwEGp

    3rd, It seems there’s a question about padding and margins not working. The thing is, these settings are functional, but they apply specifically to headings in the free version. Subheading editing is not available in the free version, so it won’t work for them. To demonstrate that padding and margins are indeed functioning, we’ve recorded a video for you.

    Check it out here:
    https://vimeo.com/907137524/3576b8fcec

    Lastly, we use “important” because sometimes different themes can cause conflicts. We do this to make sure everything works smoothly. I hope this makes sense to you. We are wating for your response.

    Thanks
    BoomDevs Support Team.

    Plugin Author BoomDevs

    (@boomdevs)

    Dear David,

    We hope this message finds you well.

    We are reaching out regarding this ticket you raised with us. Since we haven’t received any further communication from your end, we presume that the issue has been successfully resolved to your satisfaction.

    In accordance with this, we are closing the ticket as resolved. However, if you encounter any additional challenges or have further inquiries, please don’t hesitate to reach out to us by opening a new ticket. Our dedicated support team is always ready to assist you promptly.

    Thank you for choosing BoomDevs. We value your trust and look forward to serving you again in the future.

    Warm regards,
    Support Team
    BoomDevs

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘First character cut off’ is closed to new replies.