-
AuthorPosts
-
amir00251 Friend
amir00251
- Join date:
- January 2011
- Posts:
- 113
- Downloads:
- 38
- Uploads:
- 13
- Thanks:
- 13
- Thanked:
- 11 times in 1 posts
July 22, 2013 at 11:40 pm #189160Hello,
I’d like to increase the width of the social heading, “follow us”.
I have done this by using custom css
.head-social .nav-connect .dropdown-menu {
width: 600px;
}The issue is that I just want to increase the length of “Follow Us” but above code does also increase the length for “search” and “login” headings.
Any suggestions would be appreciated.
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
July 23, 2013 at 3:11 am #499842Hi amir00251,
You can add an additional class named extra, for example, into the div displaying the dropdown list for ‘follow us’:
– Open file: templatesja_smashboardtplsblocksheader.php
– Around line 40
<div class="nav-child dropdown-menu extra">
<div class="dropdown-menu-inner">
<jdoc:include type="modules" name="<?php $this->_p('followus') ?>" style="T3Xhtml" />
</div>
</div>
– Then edit your above css code to:
.head-social .nav-connect .dropdown-menu.extra {
width: 600px;
}
Hope this helps.
1 user says Thank You to Saguaros for this useful post
AuthorPostsViewing 2 posts - 1 through 2 (of 2 total)This topic contains 2 replies, has 2 voices, and was last updated by Saguaros 11 years, 4 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
change of width social headings only for Follow Us
Viewing 2 posts - 1 through 2 (of 2 total)