Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • Pankaj Sharma Moderator
    #965033

    Hi
    you have to create a new module position in the tpl/blocks/header.php file .
    Just before the social position . Here is documentation for how u can create new module position .
    The current position used the dropdown effect so if you will publish the module it appears in the drop-down toggle .

    guap Friend
    #965195
    This reply has been marked as private.
    Pankaj Sharma Moderator
    #965260

    Hi
    there is no position of this name , by the way if you only want to add the date on that place you can directly add it in the header.php before the code of module position and it will show on site .
    If you face any issue send me a temp super user details i will help u to do this .

    guap Friend
    #965326
    This reply has been marked as private.
    Pankaj Sharma Moderator
    #965583

    Hi
    the date can not be adjusted like you want because the header is already using the maximum space .
    It will not comes in same row , you can try below code

    
                        <div class="customdate pull-right">
    August 15-31, 2006
    </div>

    and apply custom style using custom.css file
    .customdate {color:#000; }

    To make it in one row you have to reduce the span size of main nav and apply span class for date div .

    Pankaj Sharma Moderator
    #965585

    Or try the coding like in my screenshot : http://prntscr.com/ce834t
    And add this code in custom.css file to increase the header container width :

    .t3-mainnav .navbar {width:85%}
    guap Friend
    #966871
    This reply has been marked as private.
    Pankaj Sharma Moderator
    #966886

    Hi
    Add below code in custom.css file to remove the border-right

    
    .t3-mainnav .navbar .btn-navbar {
        border-right: none; }
    guap Friend
    #967273
    This reply has been marked as private.
    Pankaj Sharma Moderator
    #967370

    Hi use this code to remove the border of header right part

    
    .head-social .nav > li > a, .head-social .nav > li > .mod-languages > a {
        border-left: none !important;
        border-right: none!important; }
    guap Friend
    #967446
    This reply has been marked as private.
Viewing 11 posts - 1 through 11 (of 11 total)

This topic contains 11 replies, has 2 voices, and was last updated by  guap 7 years, 8 months ago.

The topic ‘Display text’ is closed to new replies.