How to fix footer on iphone 6 layout?

Respected Friends

I need your help regarding footer at my site www.hubket.com
i have edit the footer background, some fonts colors.
now the issue is this footer is not display good due to col 3 and 4, is not properly aligned

waiting

Change those particular elements to inline-blocks instead of floats.

sir if you can give me code, i can edit them, i am totally stuck right now

Where there is

float: [left|right];

change to

/* float: [left|right]; */

then change or add

display: inline-block;
1 Like

i have done now
can you tell me display:inline-block which part i should add it

The CSS rules for the same problem elements that had the `float’ style that you commented out.

Your web page disappears at widths less than 768px.

aliqayyum, did the page ever work responsively?

i have bought theme from themeforest
it is true, just checked as well less then 768px it disappeared

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.