Viewing 1 replies (of 1 total)
  • Hi,
    Images are well showing, but under your yellow blocks.
    Look at this selector within your stylesheet :

    .title {
        display: block;
        width: 100%;
        height: 200px;
        text-align: left;
        position: relative;
        z-index: 101;
        background-color: #ffd300;
    }

    So add this to your custom stylsheet :

    .feedzy-rss .rss_item .title {
        font-weight: bold;
        display: inline;
        background-color: transparent;
    }

    The reason you see “big and bulky” header is that you did not set up the feed_title parameter to “no”. So add this feed_title="yes" to your shortcode parameter

    OR

    Edit you heading 2 style (h2) like that :

    .rss_header h2 {
    font-size: 21px;
    }

    Cheers

Viewing 1 replies (of 1 total)
  • The topic ‘Images not showing- Lots of space in header’ is closed to new replies.