-
AuthorPosts
-
March 23, 2013 at 10:41 pm #186135
I’m confused, I tried everything to change the width of the above module positions but with no success. Do you have to do changes in more then 1 file??
The issues:
1. If you check the Login and the Language flag you’ll see that they are in a different row. Not sure how to change the width of the top-login to fit both modules.
2. If I remove a few of the social icons, the Search stays the same width. It does not expand to fill the container. I expected to fill the 100% of the space on the right.
Can someone help me with this.
Thanks in advance.
HeR0 FriendHeR0
- Join date:
- August 2011
- Posts:
- 3626
- Downloads:
- 0
- Uploads:
- 61
- Thanks:
- 33
- Thanked:
- 588 times in 549 posts
March 25, 2013 at 4:31 am #487662Hi Vividphoto,
Yes, you must do more css customization to get it right.
1. If you check the Login and the Language flag you’ll see that they are in a different row. Not sure how to change the width of the top-login to fit both modules.
>> Please post your site url, its not possible to guess the issue by looking at the image.2. If I remove a few of the social icons, the Search stays the same width. It does not expand to fill the container. I expected to fill the 100% of the space on the right
.head-search .input {
.........
width: 150px;
}
>> yes, it does not auto, so you must change width value in this case.1 user says Thank You to HeR0 for this useful post
March 26, 2013 at 3:49 am #487856Hi HeR0
The site url is http://www.quebecolympicwrestling.ca/new_2/index.php/en/
Thanks for info about #2. I actally already tried to change the value and even after clearing and purging catche it stays the same width.
But after a little bit of frustration I decided to play with template-responsive.css file and leave template.css alone. And there I changed the width below to 200 and it worked. huh… Tons of time spending playing with the wrong file.
@media (max-width: 1199px) {
.head-search .input,
.head-search .input:focus,
.head-search .input:hover,
.head-search .input:active {
width: 100px;
}Cheers
HeR0 FriendHeR0
- Join date:
- August 2011
- Posts:
- 3626
- Downloads:
- 0
- Uploads:
- 61
- Thanks:
- 33
- Thanked:
- 588 times in 549 posts
March 27, 2013 at 8:15 am #487967Dear,
1. You could have some change css rule in less/mod_jalogin.less :
.top-login ul {
margin: 0;
position: relative;
}
to
.top-login ul {
margin: 0;
position: relative;
float: right;
}
– Create new rule and add it into
.mod-languages{
float: right;
}2. You need change in file less/style.less
After done 2 steps, please go to template setting and implement Complie less to css function.
Regards
1 user says Thank You to HeR0 for this useful post
April 1, 2013 at 4:25 am #488406Awesome. It works the way I need it.
AuthorPostsViewing 5 posts - 1 through 5 (of 5 total)This topic contains 5 replies, has 2 voices, and was last updated by vividphoto 11 years, 7 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Width of social, head-search and top-login
Viewing 5 posts - 1 through 5 (of 5 total)