-
AuthorPosts
-
March 12, 2015 at 5:44 pm #204605
Is it possible to have the image link on the “ENGLISH” menu with colored background (attached photo) to fill the entire box where it is located? The info tip shows it can be as big as 128px by 53px. Is this possible to do on the main menu without affecting the layout of the other main menu items?
Thanks.
Karla
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
March 13, 2015 at 9:16 am #562953In this case, I would like to check the problem directly on your site. Please post URL of your site here.
March 15, 2015 at 3:43 pm #563142<em>@Ninja Lead 463217 wrote:</em><blockquote>In this case, I would like to check the problem directly on your site. Please post URL of your site here.</blockquote>
Hi NinjaLead
I will PM the info to you as my test site is restricted at the moment.
Thank you.
KarlaNinja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
March 16, 2015 at 4:48 am #563194I only view URL of your site from front-end and not back-end site. But you can solve your request with my solution below
Open templates/ja_university_t3/css/custom.css file and add new rule
.navbar-default .navbar-nav > li > a:last-child img {
background-size: 100%;
width: 200px;
}.navbar-default .navbar-nav > li > a:last-child {
padding: 0px;
}
Let me know if it helps
March 22, 2015 at 5:38 am #564080<em>@Ninja Lead 463575 wrote:</em><blockquote>I only view URL of your site from front-end and not back-end site. But you can solve your request with my solution below
Open templates/ja_university_t3/css/custom.css file and add new rule
.navbar-default .navbar-nav > li > a:last-child img {
background-size: 100%;
width: 200px;
}.navbar-default .navbar-nav > li > a:last-child {
padding: 0px;
}
Let me know if it helps</blockquote>
HI Ninja Lead,
I did apply the css customization you provided above, but the image is still not occupying the entire space. If I change the padding, all the other menus are affected. If you don’t mind checking my page out, I will PM you with info.
Thanks,
KarlaNinja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
March 23, 2015 at 4:09 am #564169Hi Karla,
I fixed the problem directly on your site with the solution below
+ Go to English page, German page and add megamenu-image css class
+ Open templates/ja_university_t3/local/css/themes/blue/custom.css file and add new rule
/*-- megamenu image -- */
a.megamenu-image {
padding: 0px !important;
}a.megamenu-image img {
height: 50px !important;
background-size: cover !important;
}
Let me know if it helps
Regards
-
1 user says Thank You to Ninja Lead for this useful post
March 27, 2015 at 1:15 pm #564847Hi Ninja Lead,
This is exactly what I was trying to work on.
I greatly appreciate your assistance!Karla
AuthorPostsViewing 7 posts - 1 through 7 (of 7 total)This topic contains 7 replies, has 2 voices, and was last updated by mkfloresca 9 years, 7 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum