social media buttons beside logo

Discussion in 'GoldenEagle WordPress Theme' started by president, Dec 20, 2012.

  1. president

    president New Member

    Joined:
    May 21, 2012
    Messages:
    4
    Likes Received:
    0
    Hi there,

    I have eliminated the top part so the landing page shows more fully on everybody's screens. But I'd like now to add the social media buttons beside our logo (please, see http://e-KSS.org) without resorting to the original top part of the layout.

    How can I do that?

    many thanks
    Luiz
     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Go to the
    Appearance > Theme Option > Styling Option > Custom CSS
    And remove code given below from there

    Code:
    .header {
    padding-top:0px;
    }
    .social-links {
    border-bottom: none;
    padding-bottom: 0px;
    }.top-search {
    display:none;
    }
    And add social icons from
    Appearance > Theme Option > Social logos
     
  3. president

    president New Member

    Joined:
    May 21, 2012
    Messages:
    4
    Likes Received:
    0
    Thank you for responding. However, that's not quite what we need.

    We need to place the social media icons TO THE RIGHT of the logo for two reasons: it is important NOT to take any more visual space from the reader by adding the top part you originally have in this template. Second, because the social icons have to be visible as close as possible to the company's logo and page buttons.

    Maybe we could locate it immediately below the page buttons? that would be a nice solution as well. Please, advise.

    many thanks
     
  4. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Unfortunately there isn't a way to do that with our theme unless you custom code something up. Sorry.
    If this isn't something you're able to do then you would need to hire a developer for this.
     

Share This Page