-
AuthorPosts
-
Pankaj Sharma Moderator
Pankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
September 2, 2016 at 6:34 am #965033Hi
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 Friendguap
- Join date:
- March 2008
- Posts:
- 408
- Downloads:
- 16
- Uploads:
- 109
- Thanks:
- 99
- Thanked:
- 8 times in 2 posts
September 2, 2016 at 8:00 pm #965195This reply has been marked as private.Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
September 3, 2016 at 4:38 am #965260Hi
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 Friendguap
- Join date:
- March 2008
- Posts:
- 408
- Downloads:
- 16
- Uploads:
- 109
- Thanks:
- 99
- Thanked:
- 8 times in 2 posts
September 3, 2016 at 2:09 pm #965326This reply has been marked as private.Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
September 5, 2016 at 2:05 am #965583Hi
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 ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
September 5, 2016 at 2:07 am #965585Or 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 Friendguap
- Join date:
- March 2008
- Posts:
- 408
- Downloads:
- 16
- Uploads:
- 109
- Thanks:
- 99
- Thanked:
- 8 times in 2 posts
September 8, 2016 at 9:53 pm #966871This reply has been marked as private.Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
September 9, 2016 at 1:35 am #966886Hi
Add below code in custom.css file to remove the border-right.t3-mainnav .navbar .btn-navbar { border-right: none; }
guap Friendguap
- Join date:
- March 2008
- Posts:
- 408
- Downloads:
- 16
- Uploads:
- 109
- Thanks:
- 99
- Thanked:
- 8 times in 2 posts
September 10, 2016 at 7:03 pm #967273This reply has been marked as private.Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
-
AuthorPosts
This topic contains 11 replies, has 2 voices, and was last updated by guap 8 years, 2 months ago.
The topic ‘Display text’ is closed to new replies.