RSS Widget Issue

Discussion in 'Poloray WordPress Theme' started by jamesboxhead, May 29, 2013.

  1. jamesboxhead

    jamesboxhead Guest

    Joined:
    May 27, 2013
    Messages:
    14
    Likes Received:
    0
    Hi,

    If you look on: http://sailseq.com.au/

    Down the bottom I have a RSS feed, but above the title there is stretched RSS logo.

    I dont think that logo should be there?

    Thanks

    James
     

    Attached Files:

  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .footer_wrapper_top .footer_widget img {
    max-width: 100%;
    }
     
  3. jamesboxhead

    jamesboxhead Guest

    Joined:
    May 27, 2013
    Messages:
    14
    Likes Received:
    0
    Does not seem to have made a change...??

    Screen attached.

    Hope I have not done something dumb :->

    James
     

    Attached Files:

  4. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    Themes default code is creating this issue.
    So please go to the
    Appearance > Editor > style.css and search (Ctrl+f) ".footer_wrapper_top .footer_widget img"
    And replace code with
    Code:
    .footer_wrapper_top .footer_widget img {
    max-width: 100%;
    }
    as shown in the image.
     
  5. jamesboxhead

    jamesboxhead Guest

    Joined:
    May 27, 2013
    Messages:
    14
    Likes Received:
    0
    Excellent !!! thanks.

    I guess the RSS not updating is not the Theme problem, but the Wordpress?

    Thanks again

    James
     

Share This Page