Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • sobe Friend
    #199695

    Hi,
    1) When a link is added, the word inside the blue rectangle moves a few spaces to the right. Is there a way to prevent this automatic indentation?

    2) Is there a way to create a link for the whole blue rectangle, rather than just the word in it?

    Ninja Lead Moderator
    #542413

    I just moved your post to new thread because old thread has been solved.

    Regarding your problem you can give me the site URL and illustrated screenshot to understand this problem. I will help you check further

    sobe Friend
    #542553

    Hi, I figured the indent issue can be solved by removing the “10px” padding on .article-content .hightlight-heading, .article-content .hightlight-heading, .article-content .hightlight-heading a {

    But I’m still trying to create a link for the whole rectangle block instead of just the words.

    See image for clarification: currently the link is only associated with the word/region in example “A” and I would like for the link to be associated with the whole rectangle as noted in region “B.”

    Is that possible?


    1. highlight-heading
    Ninja Lead Moderator
    #542698

    I have duplicated the problem you mentioned, please check my answers for resolving your problems below:

    <blockquote>1) When a link is added, the word inside the blue rectangle moves a few spaces to the right. Is there a way to prevent this automatic indentation?

    2) Is there a way to create a link for the whole blue rectangle, rather than just the word in it?
    </blockquote>

    Because you have added <a href=”#”>.. </a> as format below

    <h3 class="hightlight-heading"><a href="#">Emergencies</a></h3>

    That’s why you got the problem on your site

    You can apply my workaround below, it will help you to solve both problem

    <a href="#"><h3 class="hightlight-heading">Emergencies</h3></a>


    1. add_link_heading
Viewing 4 posts - 1 through 4 (of 4 total)

This topic contains 4 replies, has 2 voices, and was last updated by  Ninja Lead 10 years, 4 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum