• Whenever I add a widget (doesn’t matter which as long as it has a title) the border of the widget appears to run through the title. You can see this on the above link on the recent posts widget in the middle of the page.

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

Viewing 1 replies (of 1 total)
  • AddWeb Solution

    (@addweb-solution-pvt-ltd)

    Hello @mrnjmartin,

    In your markup in the Recent post section, where there is currently below code.

    <h3 class="widget-title">Recent Posts</h3>

    This markup is not matching with markup of title styles of other widgets. So the style is not taking proper effect.
    To solve the issue please update markup as below

    <div class="widget-title">
       <h3>Recent Posts</h3> 
    </div>

    If it’s not feasible for you, then you need to add custom styling to match the design with other titles.

Viewing 1 replies (of 1 total)

The topic ‘Titlel Issue’ is closed to new replies.