• I am trying to remove the icon and widget title area from my recents posts. I have a child theme set up which is working to remove the Icons from the headers…

Viewing 7 replies - 1 through 7 (of 7 total)
  • Link to site to make sure we’re fixing the same issue…

    Thread Starter mcgeesadie

    (@mcgeesadie)

    http://ztoaventures.com/2/

    I was able to remove the icon – now it’s just the spacing I would like to adjust….

    Thanks for your help 🙂

    This moves the container up the page:

    .span12.article-container {
      margin-top: -40px;
    }

    Not sure if that is what you meant?

    Thread Starter mcgeesadie

    (@mcgeesadie)

    no, but that was good code to have as well . Im referring to the copy block in the blue bar at the bottom of the page (right). I want to top align it but the div where the Icon was is still there….

    Copy…
    The New Diversification: Open Your Eyes to Alternatives
    PE Looks to Sate Hunger for New Capital Source With Retail Investors

    You have an empty widget title (an h3 with content ” “), which is taking up the space and shifting everything down.

    Thread Starter mcgeesadie

    (@mcgeesadie)

    How do I remove the widget title?

    Not sure what’s wrong? The middle widget is missing – you could try putting a single <space> in that one.

    The right one could be right-aligned with:

    aside#text-6 {
      float: right;
      text-align: right;
    }

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Removing ALL Icons and class="widget-title"’ is closed to new replies.