-
AuthorPosts
-
February 2, 2014 at 8:53 pm #194407
Hello!
What should I do to show social network icons from social link module right in main bar, not in a popup menu?
Wall Crasher DeveloperWall Crasher
- Join date:
- December 2011
- Posts:
- 1113
- Downloads:
- 0
- Uploads:
- 15
- Thanks:
- 66
- Thanked:
- 361 times in 300 posts
February 4, 2014 at 10:11 am #521091Hi imarjukha,
As the demo, the social link should show on the right on desktop screen.
When on mobile screen size, we need to turn it to dropdown for more room for logo and it also may not fit to the mainbar.You can try to change the css to make it show in the mainbar on mobile screen. Please put these css in custom.css and place custom.css in css folder
http://t3-framework.org/documentation/bs3-customization#custom-css
@media (max-width: 1320px) {
.social-link {
border-left: none;
width: auto;
}.social-link .addthis_toolbox {
display: block !important;
top: 0;
opacity: 1 !important;
filter: alpha(opacity=100) !important;
}}
Regards
February 12, 2014 at 3:28 pm #522413Thank you! It’s ok for big resolution but on smartphone screen these icons covering site logo. Is it possible to decrease this module width? – it’s enough for me place for two icons.
Wall Crasher DeveloperWall Crasher
- Join date:
- December 2011
- Posts:
- 1113
- Downloads:
- 0
- Uploads:
- 15
- Thanks:
- 66
- Thanked:
- 361 times in 300 posts
February 13, 2014 at 6:41 am #522491Hi imarjukha,
If you use two icons only, you can add
.social-link .custom {
min-width: 124px;
}to custom.css file
February 13, 2014 at 12:52 pm #522540<em>@Wall Crasher 411055 wrote:</em><blockquote>Hi imarjukha,
If you use two icons only, you can add
.social-link .custom {
min-width: 124px;
}to custom.css file</blockquote>
Hi, Wall Crasher! Unfortunately it doesn’t working 🙁
Wall Crasher DeveloperWall Crasher
- Join date:
- December 2011
- Posts:
- 1113
- Downloads:
- 0
- Uploads:
- 15
- Thanks:
- 66
- Thanked:
- 361 times in 300 posts
AuthorPostsViewing 7 posts - 1 through 7 (of 7 total)This topic contains 7 replies, has 2 voices, and was last updated by imarjukha 10 years, 9 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Modify Social Link Module
Viewing 7 posts - 1 through 7 (of 7 total)