By Miso on Wednesday, 07 November 2018
Posted in General
Likes 0
Views 684
Votes 0
Hello everybody,
when i use the Docker-App on the bottom-position, there is a gap at the top.

Reinstall the latest joomla, easysocial and charm template. You should be able to reproduce it

Thank you
Hi there,

Currently, that how it should shown as those layouts are based on helixes and we cannot change those structures. You can apply css codes below on custom css and see how it goes.

[gist type="css"]
#sp-top-bar {
display: none;
}
[/gist]

If problems still persisted, it would be best if you can provide us with your access credentials so that we can apply them on your site.

Please advice.
·
Wednesday, 07 November 2018 11:07
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi,
The problem persists.

Access data has been added.

Many Thanks
·
Wednesday, 07 November 2018 14:59
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

Applied css code below and it should not shown now. Please give it a check and see how it goes.

[gist type="css"]
body.site {
padding-top: 0px !important;
}
[/gist]
·
Wednesday, 07 November 2018 15:31
·
0 Likes
·
0 Votes
·
0 Comments
·
it works. Thank you very much
·
Wednesday, 07 November 2018 15:43
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

You are most welcome. Glad to hear that your issue has been resolved now.

Just for your information, I have locked and marked this thread as resolved to avoid confusions in the future. Please start a new thread if you have any other issue in the future so it will be easier for us to manage your inquiries.

Thanks for understanding.
·
Wednesday, 07 November 2018 15:50
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post