-
AuthorPosts
-
September 8, 2015 at 2:27 pm #682409
Hi everybody,
Please help me with following issue of Teline V:
1. I install Teline V template and the main menu too long, so it do not stay in one row. Please help me how to decrease the padding so that all menu items will stay in one row.
2. I saw the demo site that each menu item have different background color when mouse hover on and Home button have its own background color too. Please tell me how to make it.
Thank you and regards,
Hai
timtecsa Friendtimtecsa
- Join date:
- October 2009
- Posts:
- 1382
- Downloads:
- 86
- Uploads:
- 327
- Thanks:
- 197
- Thanked:
- 132 times in 34 posts
September 8, 2015 at 3:39 pm #682467/css/template.css line 1492
}
.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav > li > .separator {
border-right: 1px solid #e5e5e5
color: #333333
font-weight: 700;
font-size: 18px;
font-family: “Roboto Condensed”, “Arial Narrow”, “Helvetica Neue”, Helvetica, Arial, sans-serif;
padding: 12px 20px;
cursor: pointer;
text-transform: uppercase;
letter-spacing: 1px;
}With Inspect Element in your browser you could try removing the letter-spacing first to see if that does enough. Then create a custom.css file (/css/custom.css) including the changes you find that work.
Tim
1 user says Thank You to timtecsa for this useful post
timtecsa Friendtimtecsa
- Join date:
- October 2009
- Posts:
- 1382
- Downloads:
- 86
- Uploads:
- 327
- Thanks:
- 197
- Thanked:
- 132 times in 34 posts
September 8, 2015 at 3:39 pm #747872/css/template.css line 1492
}
.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav > li > .separator {
border-right: 1px solid #e5e5e5
color: #333333
font-weight: 700;
font-size: 18px;
font-family: “Roboto Condensed”, “Arial Narrow”, “Helvetica Neue”, Helvetica, Arial, sans-serif;
padding: 12px 20px;
cursor: pointer;
text-transform: uppercase;
letter-spacing: 1px;
}With Inspect Element in your browser you could try removing the letter-spacing first to see if that does enough. Then create a custom.css file (/css/custom.css) including the changes you find that work.
Tim
1 user says Thank You to timtecsa for this useful post
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
September 8, 2015 at 4:01 pm #682471Just a couple of quick – supplemental – notes . . . . .
<em>@timtecsa 491102 wrote:</em><blockquote>/css/template.css line 1492
}
.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav > li > .separator {
border-right: 1px solid #e5e5e5;
color: #333333;
font-weight: 700;
font-size: 18px;
font-family: “Roboto Condensed”, “Arial Narrow”, “Helvetica Neue”, Helvetica, Arial, sans-serif;
padding: 12px 20px;
cursor: pointer;
text-transform: uppercase;
letter-spacing: 1px;
}</blockquote>
Often times when pasting CSS with color codes (here on the forum), it displays the color code as a “link” and omits the all-important semi-colon at the end. Always inspect your CSS to make sure there is always a semi-colon at the end of each CSS property … otherwise it will not work/display properly. (I demonstrated the correction in bold above).
Also, if you’re using the default template theme (i.e. not using a specific color theme), you should try inputting custom/modified CSS within a “custom.css” file — within file path: /templates/ja_teline_v/css/
This will serve to protect your custom CSS modifications from being overwritten if you ever decide to update/upgrade your template. For more info, see here —> http://www.t3-framework.org/documentation/bs3-customization#custom-css
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
September 8, 2015 at 4:01 pm #747876Just a couple of quick – supplemental – notes . . . . .
<em>@timtecsa 491102 wrote:</em><blockquote>/css/template.css line 1492
}
.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav > li > .separator {
border-right: 1px solid #e5e5e5;
color: #333333;
font-weight: 700;
font-size: 18px;
font-family: “Roboto Condensed”, “Arial Narrow”, “Helvetica Neue”, Helvetica, Arial, sans-serif;
padding: 12px 20px;
cursor: pointer;
text-transform: uppercase;
letter-spacing: 1px;
}</blockquote>
Often times when pasting CSS with color codes (here on the forum), it displays the color code as a “link” and omits the all-important semi-colon at the end. Always inspect your CSS to make sure there is always a semi-colon at the end of each CSS property … otherwise it will not work/display properly. (I demonstrated the correction in bold above).
Also, if you’re using the default template theme (i.e. not using a specific color theme), you should try inputting custom/modified CSS within a “custom.css” file — within file path: /templates/ja_teline_v/css/
This will serve to protect your custom CSS modifications from being overwritten if you ever decide to update/upgrade your template. For more info, see here —> http://www.t3-framework.org/documentation/bs3-customization#custom-css
-
AuthorPosts
This topic contains 5 replies, has 3 voices, and was last updated by TomC 9 years, 2 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum