We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

BUG - Looks very bad on phone - Multi Footer Link Blocks | Forum

newhires00
newhires00 Jan 17 '16
When i try to open my website on my IPhone the footer menu is on top of everything else in the back and is covering my whole website and looks very bad and unprofessional. This plugin NEEDS FIXING ASAP please.



newhires00
newhires00 Jan 26 '16
This is very poor support!!!! I mean what's going on with Oxwall programers!!!!



Purusothaman Ramanujam
Can you share screenshot?


Sorry for delay in response. I was not in good health for some time and I am back now.

newhires00
newhires00 Dec 7 '16
I am glad you are back and in good health. It turned out to be a problem in my theme. Thank you
Purusothaman Ramanujam
Thanks for confirmation.
Darryl B Leader
Darryl B Feb 24 '18
I was looking at the mobile issue from another post on the forum.  Here is some css that you can add to your custom css in the admin panel that should help with general layout, and mobile appearance.

.datagrid table tr {
    display: flex;
    justify-content: space-between;
}
.datagrid table tbody td {
    display: flex;
    justify-content: center;
}
@media only screen and (max-width: 768px) and (min-width: 320px) {
.datagrid table tr {
    display: block;
}
.datagrid table tbody td {
    text-align: center;
}
}
Marius
Marius Nov 12 '18

Quote from Darryl B I was looking at the mobile issue from another post on the forum.  Here is some css that you can add to your custom css in the admin panel that should help with general layout, and mobile appearance.

.datagrid table tr {
    display: flex;
    justify-content: space-between;
}
.datagrid table tbody td {
    display: flex;
    justify-content: center;
}
@media only screen and (max-width: 768px) and (min-width: 320px) {
.datagrid table tr {
    display: block;
}
.datagrid table tbody td {
    text-align: center;
}
}


@Darryl,   not work. :( 

You do not have permission to reply this topic