-
AuthorPosts
-
Genius Marketing Friend
Genius Marketing
- Join date:
- November 2011
- Posts:
- 28
- Downloads:
- 236
- Uploads:
- 14
- Thanks:
- 17
March 10, 2015 at 10:50 pm #204536Hi guys,
I need some hint howto create something like “second” call-toll-free position on the top header.
When I tried put more modules on call-toll-free position, first module is on the top, second under first, third under second, but I want every modules on call-toll-free position in one line, side by side, how to do it? There is some free place. 🙂
First module with position “call-toll-free” is language switcher, second is search products and third is shopping cart.
Could you help me? Thank you.
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
March 11, 2015 at 10:58 am #562612Your question was a little difficult to understand.
Perhaps a screenshot mock-up and URL site of what it is you are wanting to accomplish?
1 user says Thank You to Ninja Lead for this useful post
Genius Marketing FriendGenius Marketing
- Join date:
- November 2011
- Posts:
- 28
- Downloads:
- 236
- Uploads:
- 14
- Thanks:
- 17
March 13, 2015 at 4:02 pm #562984normal view call-toll-free position on top right of head
and I want something like this:
-
Ninja Lead Moderator
Ninja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
March 16, 2015 at 6:51 am #563209<em>@sephyrka 463264 wrote:</em><blockquote>normal view call-toll-free position on top right of head
and I want something like this: </blockquote>
If you give the URL of your site, maybe I will suggest the solution better than, but you can try to use my solution below
Open templates/ja_tiris/css/template.css file
find and change
#ja-toll-free {
float: right;
font-size: 92%;
}
to
#ja-toll-free {
float: right;
font-size: 92%;
width: 550px;
}
Once done to clear cache from admin area
1 user says Thank You to Ninja Lead for this useful post
Genius Marketing FriendGenius Marketing
- Join date:
- November 2011
- Posts:
- 28
- Downloads:
- 236
- Uploads:
- 14
- Thanks:
- 17
March 17, 2015 at 10:45 am #563407<em>@Ninja Lead 463593 wrote:</em><blockquote>If you give the URL of your site, maybe I will suggest the solution better than, but you can try to use my solution below
Open templates/ja_tiris/css/template.css file
find and change
#ja-toll-free {
float: right;
font-size: 92%;
}
to
#ja-toll-free {
float: right;
font-size: 92%;
width: 550px;
}
Once done to clear cache from admin area</blockquote>
thank you, something is change, but … look here, this is after adding “width:550px”
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
March 18, 2015 at 4:10 am #563509In this case, I need to check that problem directly on your site, please pm me URL of your site and admin login, I will help you out.
1 user says Thank You to Ninja Lead for this useful post
Genius Marketing FriendGenius Marketing
- Join date:
- November 2011
- Posts:
- 28
- Downloads:
- 236
- Uploads:
- 14
- Thanks:
- 17
March 19, 2015 at 9:15 am #563729thank you, everything is in PM.
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
March 20, 2015 at 6:51 am #563868<em>@sephyrka 464269 wrote:</em><blockquote>thank you, everything is in PM.</blockquote>
I fixed the problem directly on your site with the solution below
Open templates/ja_tiris/css/template.css file and add new rule
#ja-toll-free .mod-languages {
float: left !important;
}#ja-toll-free .vmCartModule.shopping-cart {
float: left !important;
}#ja-toll-free {
width: 370px !important;
}
-
1 user says Thank You to Ninja Lead for this useful post
Genius Marketing FriendGenius Marketing
- Join date:
- November 2011
- Posts:
- 28
- Downloads:
- 236
- Uploads:
- 14
- Thanks:
- 17
March 22, 2015 at 10:50 am #564094Thank you. It is good solution, there is some change, but it looks differently than I wanted:
After adding your new rule it looks like this:I reorder modules for toll-free, languages must be absolutely rights. But after reordering, language switcher is in second row.
and than I adding rule float right in:#ja-toll-free {
width: 370px !important;
float: right;
}
I tried change “width”, but there can be everything from 0px to 1000px and it looks same. There is some free space on right, but it isn’t enough for language switcher and than it is in second row?-
Ninja Lead Moderator
Ninja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
March 23, 2015 at 4:42 am #564173I just fixed it directly on your site again
Open templates/ja_tiris/css/template.css file and with css style below
#ja-toll-free .mod-languages {
float: left !important;
}
#ja-toll-free .vmCartModule.shopping-cart {
float: left !important;
padding-left: 5px;
}
#ja-toll-free {
width: 370px !important;
}
#ja-toll-free form {
float: left !important;
padding-left: 5px;}
1 user says Thank You to Ninja Lead for this useful post
-
AuthorPosts
Viewing 10 posts - 1 through 10 (of 10 total)This topic contains 10 replies, has 2 voices, and was last updated by Ninja Lead 9 years, 8 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum
shopping cart near call-toll-free position
Viewing 10 posts - 1 through 10 (of 10 total)