-
-
Hi there, I would like the footer on my mobile view to appear as 2 columns (the 2 menu columns) side by side then the logo underneath, could you tell me how to do that?
If you look at my credentials you will see my login info.
Thanks
-
Hello,
You can edit the footer layout in mobile with custom css. Add the code into your custom css box. I can’t access your site as for now. It gives the Apache test page (screenshot).
Let us know.Best regards!
-
Hi Mihaila, thats me updated my info to correct URL. Thanks
-
Hi, could you also help me with an alignment problem I’m having, if you look at the attached screenshot.I am trying to center align the CLICK HERE TO CALL text but can’t get it to work. I can make it look center aligned by changing the left margin but its not ideal.
Thanks
-
Hello,
Please add this code into your custom css box:
@media (max-width: 979px){ footer .inner .row-fluid .span4 { width: 50% !important; } footer .inner .textwidget { margin-left: -120px !important; }}
Result screenshot.
Let us know.Best regards!
-
Perfect, thanks. Could you also help with my other query please…
Hi, could you also help me with an alignment problem I’m having, if you look at the attached screenshot.I am trying to center align the CLICK HERE TO CALL text but can’t get it to work. I can make it look center aligned by changing the left margin but its not ideal. Thanks https://imgur.com/a/M6pW0- This reply was modified 8 years ago by jthomas2016.
-
-
-
Hello,
That happens because when the screen is wider than 480px, it has other css rules applied to it. To change it i added this code into your custom css box:
@media (max-width: 1022px){ .top_nav.top_nav_transparency .row-fluid .span6 { width: 100% !important;} .top_nav .textwidget { padding-left: 10% !important;} .pull-left {width: 100% !important;} .top_nav_transparency .widget:last-child { width: 100% !important;} }
This rewrites the css rules for every screen dimension wider than 480px and smaller than 1022px. Result screenshot. Please check your site and let us know.
Best regards!
-
Great thanks! Also, could you tell me how to give bigger spacing (line height) between my footer menu items, thanks
-
Hello,
You can add this code to CSS box to increase the line height and the space between menu items:
ul#menu-footer-menu-1 { line-height: 28px; } ul#menu-footer-menu-2 { line-height: 28px; }
Change the value to your wish.
Best regards!
-
-
You must be logged in to reply to this topic.