Widget on home page is not showing hierarchy in Home Feature positions

Homepage Community Forums Ally Theme Support Widget on home page is not showing hierarchy in Home Feature positions

Tagged: 

  • This topic has 1 reply, 2 voices, and was last updated 11 years ago by Wes.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #4075
    bill@1031.us
    Customer

      Bought Genesis and Ally recently. Still learning.  In the Primary Sidebar on a normal blog page – the category widget shows the hierarchy.

      On the home page – the category widget is not showing hierarchy in any of the Home Feature locations.

      Need it to look like the Primary Sidebar location.  site being built is http://www.save1031.org.   Thanks.

      #4086
      Wes
      Moderator

        I see, it shows up differently because its inside the primary sidebar, and the primary sidebar assigns this code when that particular widget is in place –

        `.sidebar.widget-area ul li,
        #footer-widgets .widget-area ul li {
        background: url(images/arrow-right.png) no-repeat 0 7px;
        list-style: none;
        margin: 0 0 7px 3px;
        padding: 0 0 5px 15px;
        word-wrap: break-word;
        }`

        So you can add this to your style.css file and it should fix it for that section –

        `.widget-wrap ul li {
        background: url(images/arrow-right.png) no-repeat 0 7px;
        list-style: none;
        margin: 0 0 7px 3px;
        padding: 0 0 5px 15px;
        word-wrap: break-word;
        }`

      Viewing 2 posts - 1 through 2 (of 2 total)
      • You must be logged in to reply to this topic.