By Torgrim Sandvoll on Wednesday, 30 October 2013
Posted in General Issues
Replies 6
Likes 0
Views 778
Votes 0
Looks ok in Chrome, but is far too short in Firefox and Internet Explorer.
Hello Torgrim Sandvoll,

We have applied some fixes css code for you on the site and it should work fine now.
The location file at below :
.../templates/yoo_nano3/styles/default/css/theme.css

#discuss-wrapper .discuss-searchbar form
{
margin: 0;
}

#discuss-wrapper .discuss-table
{
width: 100%;
}

#discuss-wrapper .discuss-searchbar.discuss-categorysearch
{
height: auto;
}

#discuss-wrapper .discuss-searchbar.discuss-categorysearch .input-searchbar
{
width: 98%;
padding: 4px 1%;
position: static;
margin: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

#discuss-wrapper .discuss-searchbar.discuss-categorysearch .select-searchbar,
#discuss-wrapper .discuss-searchbar.discuss-categorysearch .btn-searchbar
{
position: static;
margin: 10px 0 0;
}


Hope this help.

Best Regards
Arlex
·
Wednesday, 30 October 2013 18:52
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Torgrim Sandvoll,

Sorry for late reply to this,
could you mind provide us your backend and FTP access so we can access to your site to check on this issue? Please advise

Best Regards
Arlex
·
Wednesday, 30 October 2013 17:37
·
0 Likes
·
0 Votes
·
0 Comments
·
Here are the details.
This is only a test site, so please report what you change as I need to do the same changes on the production site in the future.
·
Wednesday, 30 October 2013 17:48
·
0 Likes
·
0 Votes
·
0 Comments
·
By the way.

I did this change/hack after advice from Kairuhl (Stackideas):

- - -
Hello Torgrim,

We are currently working on responsive display from easyblog, for a quick fix for now please paste this at the bottom of your custom template.

#discuss-wrapper .discuss-searchbar .input-searchbar {
box-sizing: border-box !important;
}



If you need any assistance please provide us with the Joomla back end access as well as the FTP access so that I can check on the issues.
Thanks.
- - -
·
Wednesday, 30 October 2013 17:50
·
0 Likes
·
0 Votes
·
0 Comments
·
Great, looks good now in all browsers! Thanks!
·
Wednesday, 30 October 2013 19:00
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Torgrim Sandvoll,

You're welcome Glad to heard your issues resolved.



Best Regards
Arlex
·
Wednesday, 30 October 2013 19:03
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post