By Felix Gibson on Wednesday, 10 January 2018
Posted in General
Replies 12
Likes 0
Views 276
Votes 0
Hi there,

Were using Docker on our site but it has a strip of wasted white space below it which we want to get rid of. How can this be done?

thanks,

Felix
Hey there,

Can you please edit your first post at the top and include the following access please?

- Site Admin access (Please ensure that the user has super admin access)

- FTP access (We need this because if we use a file manager in Joomla, there are times where we have a typo and this might eventually break your entire back end and front end for instance if we are editing a system plugin). There is no way to save the site unless we have the ftp access.
·
Wednesday, 10 January 2018 10:12
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there, We would like to know how to do this for ourselves.

Could you please just advise?

thanks,

Felix
·
Wednesday, 10 January 2018 15:46
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

Currently, the main reason why i asked for those access credentials is because there are no docker to be appeared on your site as you can see here http://take.ms/bpnDE.

If you provided us with those details, we will continue check and will provided any fixes and etc for your references. Please advice.
·
Wednesday, 10 January 2018 16:06
·
0 Likes
·
0 Votes
·
0 Comments
·
The docker is only visible by registered. I will set it so that its available to all.
·
Wednesday, 10 January 2018 16:11
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

Can you try to apply css codes below on your custom.css files (custom.css for your current template fiels) and see how it goes.

[gist type="css"]
body {
padding-top: 40px !important;
}
[/gist]

EDITED
·
Wednesday, 10 January 2018 16:19
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Abdul , that hasn't worked. Ive left it applied however.
·
Wednesday, 10 January 2018 16:24
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

It seems that your template set it body to 60px and your current docker size is 40px. That why it shown additional white spaces on your site. Currently, give css on above reply should work but somehow your customs css is overridden, and it still use existing css style as you can see here http://take.ms/N0FwQ.

Maybe you can consult with your that template service provider regarding this and see how it goes. By the way, if you like to make your docker bigger, using 60px, you can apply css codes below on your custom.css files.
[gist type="css"]
#es.es-docker.is-top {
height: 60px !important;
}
[/gist]

Please give it a try and see how it goes
·
Wednesday, 10 January 2018 16:43
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Warith, Thanks for that.

Would you be able to do more if i opened up the site access to you?
·
Wednesday, 10 January 2018 17:24
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

Yes, sure We will do anything we can to help you solve this issues.
·
Wednesday, 10 January 2018 17:26
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there Warith,

Details added for you

thanks

Felix
·
Wednesday, 10 January 2018 17:37
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

I have applied css codes below and it should works fine now.
[gist type="css"]
body.has-docker {
padding-top: 55px !important;
}
[/gist]

Please give it a check and see how it goes.
·
Wednesday, 10 January 2018 19:15
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post