Widget header not sitting on a news feed properly

Support Area Forums Epic Widget header not sitting on a news feed properly

Viewing 2 posts - 1 through 2 (of 2 total)
URL to the page in question:
  • Author
    Posts
  • #8805
    Avatar photoKim Hannan
    Participant

    Widget header not sitting properly “over” the widget box, so it is now cut off. See “contact us” on http://www.shplaw.com and it’s the “Legal News Headlines” feed. For some reason, the header is not situated above the box. I am guessing it’s some way that their feed is not working hand-in-hand with the widget feature, and need to just know how to go in and modify the code to pull it to the top.

    Thanks!

    #8817
    Bill Robbins
    Moderator

    That one is a little trickier. The widget is has the title inside of a container along with the scrolling list. The list is set so that any overflow is hidden which makes sense, but it’s hiding part of the title. Really there’s no reason to have the title inside that box, but since it’s there, you can use this CSS snippet to make the title readable. It won’t sit exactly the same way as the other widget titles, but it’s readable.

    
    .legal_news_headlines_block h3.widget-title {
    	margin: 0 0 20px;
    }
    

    Have a great week.

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Widget header not sitting on a news feed properly’ is closed to new replies.