Problems when adding social logos

Discussion in 'Local Business WordPress Theme' started by rcsnoopdog, Jun 7, 2013.

  1. rcsnoopdog

    rcsnoopdog New Member

    Joined:
    May 28, 2013
    Messages:
    15
    Likes Received:
    0
    I have an image being used as my header & now when i add the social logos my menus get messed up .


    [​IMG][​IMG]
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,
    It is image size issue of header. You are using the smaller image for header because of that the menu messed up when you add the social logos.
    So, edit your header image and do increase its dimension with the help of photoshop or any image editing tool.
    This will solve your issue.
     
  3. rcsnoopdog

    rcsnoopdog New Member

    Joined:
    May 28, 2013
    Messages:
    15
    Likes Received:
    0
    Sorry i should have been able to figure that out but on a different subject how do i remove the read more links in the image below

    [​IMG]
     
  4. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

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

    Code:
    .feature_contentbox a.readmore {
    display: none;
    }
     

Share This Page