-
AuthorPosts
-
impy2101 Friend
impy2101
- Join date:
- May 2012
- Posts:
- 77
- Downloads:
- 101
- Uploads:
- 11
- Thanks:
- 38
- Thanked:
- 1 times in 1 posts
December 27, 2012 at 6:03 pm #183461I am using the Connect – Position-22 with the Twitter and Facebook icons. I’m using JA Brisk – Red.
When I hover my mouse over them on the website – the twitter button turns red but the facebook does not. Both text turns red. Suggestions?
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
December 28, 2012 at 4:48 am #477727I have fixed the problem on your site
Open Connect(custom HTML module) appear with position 22
from
<p>Keep up with us on Facebook and Twitter for the latest updates!</p>
<ul class="social-list">
<li><a href="#" title="Facebook"><span class="icon">*</span><strong>Facebook</strong></a></li>
<li class="twitter"><a href="#" title="Twitter"><span class="icon">*</span><strong>Twitter</strong></a></li>
</ul>
change to
<p>Keep up with us on Facebook and Twitter for the latest updates!</p>
<ul class="social-list">
<li class="facebook"><a href="#" title="Facebook"><span class="icon">*</span><strong>Facebook</strong></a></li>
<li class="twitter"><a href="#" title="Twitter"><span class="icon">*</span><strong>Twitter</strong></a></li>
</ul>
Please check it again, let me know if it’s fixed as you wish.1 user says Thank You to Ninja Lead for this useful post
impy2101 Friendimpy2101
- Join date:
- May 2012
- Posts:
- 77
- Downloads:
- 101
- Uploads:
- 11
- Thanks:
- 38
- Thanked:
- 1 times in 1 posts
December 29, 2012 at 6:27 pm #477887You did! And thanks for posting the answer here, too. I like to learn.
I do have another question – the other day I resized the width of the site because I wanted the top to fit closer together. I still needed to go back and then resize other columns, etc…but now when I look at it – the width is back to 932px (I think that was the original – I made it 732px). Did you, by chance, change that? I’m trying to figure out what happened to that change?
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
January 2, 2013 at 9:02 am #478072You can change it in this script below
<blockquote>Open main/templates/ja_brisk/css/themes/red/bootstrap-responsive.css file</blockquote>
from
.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
width: 760px;
}change to
.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
width: 932px;
}1 user says Thank You to Ninja Lead for this useful post
-
AuthorPosts
This topic contains 4 replies, has 2 voices, and was last updated by Ninja Lead 11 years, 10 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum