including link to other page at top header

Discussion in 'GeoCraft WordPress Theme' started by zweitbuch, Sep 10, 2014.

  1. zweitbuch

    zweitbuch Member

    Joined:
    Mar 18, 2014
    Messages:
    172
    Likes Received:
    1
    Dear Inkthemes Team,

    I would like to include a line below my logo at the header, where it says:
    "in cooperation with" and then i want to include some logos of partners, and a hyperlink to them... could u tell me how I can do that!?
    www.ZWEITBUCH.org

    thanks Daniel
     
  2. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,
    Will you please provide screenshot of that section.
    Thanks & Regards
    Pramod
     
  3. zweitbuch

    zweitbuch Member

    Joined:
    Mar 18, 2014
    Messages:
    172
    Likes Received:
    1
    the red arrow indicates the space where i want to include the pictures (logos of my partners)
    [​IMG]
     
  4. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,
    You have to follow 2 steps.
    Step-1:
    Edit header.php file follow below image.

    Step-2:
    Paste this code in Custom CSS to re-size the image
    Code:
    .extraimage img
    {
    width:30px;
    height:30px;
    }
    
    Thanks
    Pramod
     

    Attached Files:

  5. zweitbuch

    zweitbuch Member

    Joined:
    Mar 18, 2014
    Messages:
    172
    Likes Received:
    1
    hi pramod! so i did that now and added three logos, i want to have all of them in a row, but unfortunately the third logo comes in a next line! how can i avoid that??

    http://www.zweitbuch.org/Marktplatz

    i used that code

    Code:
    <div class="grid_14 alpha extraimage">         
              <a href="http://www.bit.ly/volumezweitbuch"/><img src ="http://www.zweitbuch.org/Volume_Logo.jpg"/></a>
                  <a href="http://www.bit.ly/unijobszweitbuch"/><img src ="http://www.zweitbuch.org/unijobs.jpg"/></a> 
                      <a href="http://www.bit.ly/univiezweitbuch"/><img src ="http://www.zweitbuch.org/universitat-wien.jpg"/></a>       
                           
                          </div>
    best, Dani
     
  6. Neeraj

    Neeraj Administrator

    Joined:
    Jan 3, 2012
    Messages:
    186
    Likes Received:
    7
  7. zweitbuch

    zweitbuch Member

    Joined:
    Mar 18, 2014
    Messages:
    172
    Likes Received:
    1
    hi neeraj,

    yes thanks! i worked on it and figured out how to do it..
    what i did was changing "grid_14" to "grid_20"... so to be honest i do not really know why this worked :), is the number the length of the grid??
     
  8. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    Yes, the numbers are length of grid.

    Thanks & Regards
    Yogesh Bhade
     

Share This Page