-
AuthorPosts
-
March 14, 2018 at 6:05 am #1112333
Hi guys,
As the title, please see the attachment first.
As you can see, some of the photos are covered.
So I want to change:- The height of mainmenu. (I have tried to change the min-height, but it is not working…)
- I want to move the slideshow position down to make the mainmenu don’t cover the slideshow.
Did you have any better idea?
Link:http://luke-ghostwriter.com/testPool/PMP/index.php/zh-tw/
Thanks,
Luke
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
timtecsa Friendtimtecsa
- Join date:
- October 2009
- Posts:
- 1382
- Downloads:
- 86
- Uploads:
- 327
- Thanks:
- 197
- Thanked:
- 132 times in 34 posts
March 14, 2018 at 8:46 am #1112343Hi,
You could make the main menu background darker using custom css. e.g.
@media (min-width: 992px) .t3-header { background: rgba(29,29,29,0.44)!important; }
and change its height in style css.
element.style { height: 72px; }
Tim
March 14, 2018 at 9:23 am #1112346This reply has been marked as private.March 14, 2018 at 9:49 am #1112349This reply has been marked as private.Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
March 15, 2018 at 7:11 am #1112427Hi Luke,
My above suggestion should not affect that style of collapse menu, you can comment/remove my code and see the same. Did you add other custom code somewhere on your site?
March 16, 2018 at 2:58 am #1112468This reply has been marked as private.Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
March 16, 2018 at 7:19 am #1112478Hi Luke,
To avoid the style that affects small screen, you can use Media Queries in Boostrap, like:
@media (min-width: 992px) { /*your custom style goes here*/; }
This style will have affect in screen size of 992px and above
2 users say Thank You to Saguaros for this useful post
March 16, 2018 at 8:55 am #1112489Hi Saguaros,
Wow~! The media queries fix all. You always give me amazing help.
May I ask why we just define the height of mainmenu that could affects the items of collapse menu invisible?
I really can’t get picture about this…Thanks,
Luke
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
March 17, 2018 at 2:18 am #1112520It may have the same class with the one used in the custom CSS above and also take affect.
Anyway, it’s working fine now.
P/s: if you have new question, pls help us to post in new forum: https://member.joomlart.com/forums/
Have a nice weekend.
AuthorPostsViewing 10 posts - 1 through 10 (of 10 total)This topic contains 9 replies, has 3 voices, and was last updated by Saguaros 6 years, 8 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum