Change homepage position of new plugin code

Discussion in 'BlackBird WordPress Theme' started by rachelmazza, Apr 9, 2014.

Thread Status:
Not open for further replies.
  1. rachelmazza

    rachelmazza New Member

    Joined:
    Mar 26, 2013
    Messages:
    29
    Likes Received:
    2
    Hello,

    This is in references to this thread here:
    http://www.inkthemes.com/community/threads/change-search-bar-at-top-of-page-to-another-widget.11326/

    The client is extremely picky, and would like to place the translator we placed at the top of the page with this code

    #qtranslate-chooser li {
    list-style-type: none;
    display: inline;
    margin-left: 10px;
    }

    above the "home" button on the navigation menu.

    Is there a way to align this translator to the LEFT side of home page instead of the right?

    Thank you,
     
  2. rachelmazza

    rachelmazza New Member

    Joined:
    Mar 26, 2013
    Messages:
    29
    Likes Received:
    2
    I appreciate the help
     
  3. rachelmazza

    rachelmazza New Member

    Joined:
    Mar 26, 2013
    Messages:
    29
    Likes Received:
    2
    No ideas?
     
  4. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Go to the header.php file present in your theme directory and paste the code given below in that file as shown in the image given below.

    Code:
    <div class="lang_trans" style="margin-top:20px;">
            <?php echo qtrans_generateLanguageSelectCode('both'); ?>
    </div>
    
    [​IMG]

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

    Code:
    #qtranslate-chooser li {
    list-style-type: none;
    display: inline;
    margin-left: 10px;
    }
     
    This will solve your issue.
     
  5. rachelmazza

    rachelmazza New Member

    Joined:
    Mar 26, 2013
    Messages:
    29
    Likes Received:
    2
    Thank you so much Piyush.
    It looks perfect.

    I really appreciate your help.
     
    Piyush likes this.
Thread Status:
Not open for further replies.

Share This Page