Home › Forums › Legacy Support › Support queries › Styling issues › bottom footer is not inline
- This topic has 14 replies, 2 voices, and was last updated 9 years ago by Anshuman Sahu.
Viewing 15 posts - 1 through 15 (of 15 total)
-
AuthorPosts
-
December 19, 2015 at 8:29 pm #14736duy87SpectatorHello, My bottom footer is showing an issue, it is not in showing vertically but horizontally for smaller devices (tablets and mobiles). The footer top looks ok. Please check the attached image. Thank you.December 19, 2015 at 8:34 pm #14737duy87Spectatormy website: www.kurzon.cz Please, if you screenshot my website, make sure my website name wont be seen. My website is still not launched so I want to keep i hidden. Thank you.December 21, 2015 at 2:22 pm #14969Anshuman SahuKeymasterIt seems your custom css: .col-md-4{width:25% !important} is added which is causing this issue . Please try adding the given css :footer .col-md-4 {
- width: 100% !important;
- text-align: center;
}December 21, 2015 at 2:32 pm #14972duy87SpectatorThat code makes it look like this... Please check the attached image. I removed the custom css I added: width: 25% Thank youDecember 22, 2015 at 10:01 am #15092Anshuman SahuKeymasterI guess i have fixed the issue in the footer by adding the following css : @media(max-width:738px){footer .col-md-4 { width: 100% !important; text-align: center; } footer { text-align: center; } .footerwidget { display: inline-block; } }December 22, 2015 at 11:27 am #15110duy87SpectatorNope that code made it different but the fourth widget does not fit into the row. On mobile and tablets it looks still badly. Please, make sure if you screenshot my website, there will not be showing my website URL or the name of the website... I want to keep it in secret because it is not launched yet. Thank you for understanding Credentials www.kurzon.cz/wp-admin Username: Author Password: Author4321December 23, 2015 at 1:38 pm #15342Anshuman SahuKeymasterThen modify the above css near the max-width setting.@media(max-width:950px){footer .col-md-4 {
width: 100% !important;
text-align: center;
}
footer {
text-align: center;
}
.footerwidget {
display: inline-block;
}
}
December 23, 2015 at 1:45 pm #15344duy87SpectatorI tried it.. I do not understand why it does not work on my website :(December 23, 2015 at 1:49 pm #15347duy87SpectatorI can see that single widget in footerbottom has this code: @media (min-width: 992px) .col-md-4 { width: 33.33333333333333%; If I put there: width: 25%; It will look OK but not on other devices.December 26, 2015 at 4:39 pm #15657duy87SpectatorAny help here, please?December 28, 2015 at 8:58 am #15797Anshuman SahuKeymasterPlease explain what is not working ! Please share screenshots of what you need. We've shared fixes based on our understanding of your requirements, so it would really really great if you can share more information and details on the topic which would help us in understanding and resolving this topic faster.December 28, 2015 at 11:48 am #15843duy87Spectatorplease take a look at the attached picture on how the bottom footer looks now on PCs and Tablets/phones. I hope its more clear to you. :) Thank you in advance. Maybe if I upload new footer file, everything will look fine again?December 29, 2015 at 8:16 am #15991Anshuman SahuKeymasterPlease note that in footer we are using the bootstrap grids to show the widgets in columns and genrally the grid breaks when the resolution of the screens is small . So the customization that you are asking could not be possible with the bootstrap grid as it breaks when the resolution of the screens becomes small .December 29, 2015 at 12:31 pm #16047duy87SpectatorWhat if I replace the footer.php with default file? Is it going to look good again? Or it will stay messed up? Thanks...December 30, 2015 at 8:35 am #16144Anshuman SahuKeymasterWell it will not have any effect bcoz the two footers are the top and bottom footers and content in it is generated by the sidebars top footer sidebar and bottom footer sidebar . -
AuthorPosts
Viewing 15 posts - 1 through 15 (of 15 total)
- The topic ‘bottom footer is not inline’ is closed to new replies.