-
AuthorPosts
-
greatway Friend
greatway
- Join date:
- June 2007
- Posts:
- 52
- Downloads:
- 420
- Uploads:
- 3
- Thanks:
- 4
- Thanked:
- 5 times in 1 posts
November 22, 2016 at 9:18 pm #988717hello I want to reduce the height of the yellow top bar! where the language module is published, also when i scroll down the top bar ( yellow color ) and the navigation bar ( dark color ) have a transparent space between them.
I used this custom css for the language module to overlay correctly
.affixbar-show .uber-header.affix { top: 105px!important; }
.uber-bar.affix { z-index: 100000!important; }
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
November 23, 2016 at 2:15 am #988827Hi,
It due to the custom style on this file: ROOT/templates/uber/local/acm/bar/css/themes/quince/style.css line 274
.uber-bar .bar-right { float: right; }
you can try to remove it
And reduce the height of this div: http://prntscr.com/dan4h4
Regards
greatway Friendgreatway
- Join date:
- June 2007
- Posts:
- 52
- Downloads:
- 420
- Uploads:
- 3
- Thanks:
- 4
- Thanked:
- 5 times in 1 posts
November 23, 2016 at 6:07 am #988871good moring dear Saguaros
i tried your hint nothing changed.
I attach print screen maybe i did not explain very well
I want the top yellow bar to be smaller in height.
greatway Friendgreatway
- Join date:
- June 2007
- Posts:
- 52
- Downloads:
- 420
- Uploads:
- 3
- Thanks:
- 4
- Thanked:
- 5 times in 1 posts
November 23, 2016 at 6:27 am #988874i found this code in uber/local/acm/spotlight/css/themes/quince/style.css
[code].acm-spotlight > .row > div > div {
margin-bottom: 26px;
}[/code]changed the pixels and i got shorter
i thing it is ok
can you please confirm that i did not cause by this any other problem?
thank you
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
November 23, 2016 at 7:26 am #988886If you want to change style for this spotlight in the header, you should specify the class of the header so it will not affect spotlight in other parts of website (if any)
.bar-right .acm-spotlight .row div#Mod729 { margin-bottom: 20px; }
greatway Friendgreatway
- Join date:
- June 2007
- Posts:
- 52
- Downloads:
- 420
- Uploads:
- 3
- Thanks:
- 4
- Thanked:
- 5 times in 1 posts
November 23, 2016 at 8:16 am #988897thank you again , where must i put this code?
uber/local/acm/spotlight/css/themes/quince/style.css
or
uber/local/acm/header/css/themes/quince/style.css
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
November 23, 2016 at 8:19 am #988898You can try to put into the file: ROOT/templates/uber/css/custom.css (create this file if it doesn’t exist)
AuthorPostsViewing 7 posts - 1 through 7 (of 7 total)This topic contains 6 replies, has 2 voices, and was last updated by Saguaros 8 years ago.
We moved to new unified forum. Please post all new support queries in our New Forum
top bar position height
Viewing 7 posts - 1 through 7 (of 7 total)