-
AuthorPosts
-
August 26, 2023 at 11:16 pm #1417211
Hi,
I would like to centre my footer properly in mobile view like this website:
I’ve attempted some css but it’s not 100%.
The phone number doesn’t have a white background so it looks oddd.
Are you able to help?
Thanks!
Harvinder
August 27, 2023 at 2:30 pm #1417256Hey ballindigital,
Thank you for the link to your site, I looked at your footer, but the phone number is white like all of the other text, so this seems correct.
Your other footer items seem centered but the first two widgets are in two columns, the credit card images and the contat form are full width, and would not fit as two columns, so I’m not sure what you would want to change in the footer, Please see the screenshot in the Private Content area and explain what you want to change, perhaps a mockup would help.Best regards,
MikeAugust 28, 2023 at 3:13 pm #1417333rosevel.ie is the example of what I want my footer to look like.
This one is perfect.
I’m working on drivercitysolutions.com
I want drivercitysolutions to look like rosevel..
August 29, 2023 at 5:26 pm #1417471Hi,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:@media only screen and (max-width: 767px) { .responsive #top #wrap_all #footer .container { display: flex; flex-wrap: wrap; justify-content: space-between; width: 90%; max-width: 90%; } .responsive #top #wrap_all #footer .flex_column.av_one_third:first-child { width: calc(50%); clear: none; } .responsive #top #wrap_all #footer .flex_column.av_one_third:first-child .widgettitle { width: 98%; } .responsive #top #wrap_all #footer .flex_column.av_one_third:nth-child(2) .widgettitle { width: 43%; } .responsive #top #wrap_all #footer .flex_column.av_one_third:nth-child(2) #menu-item-1422 a { padding-right: 0; } .responsive #top #wrap_all #footer .flex_column.av_one_third:nth-child(2) { text-align: right; width: calc(50%); } .responsive #top #wrap_all #footer .flex_column.av_one_third:last-child { width: 100%; text-align: center; } } #top #footer.footer_color input[type='tel'] { background-color: #fff; }
Please see the screenshot in the Private Content area of the expected results.
Best regards,
MikeAugust 29, 2023 at 6:36 pm #1417478Hi,
It’s almost there, the menu option hasn’t aligned on my browsers?
And the background isn’t white for me? I’ve tried different private browsers.
Also – why won’t the cookie policy wording update?
Thanks,
Harvinder
August 29, 2023 at 7:45 pm #1417481Hi,
I made some adjustment, please clear your browser cache and check.
Please explain further about your “cookie policy wording” question.Best regards,
MikeAugust 29, 2023 at 7:56 pm #1417484How do I update the text? I don’t want it to say what it’s saying right now.
August 30, 2023 at 2:56 am #1417496Hi,
You can change it in the cookie bar settings Enfold Theme Options ▸ Cookie Consent Message Bar ▸ MessageBest regards,
MikeAugust 30, 2023 at 11:44 am #1417538I’m not sure if I’m going crazy but I can’t seem to edit anything here?
There’s no box..
August 30, 2023 at 12:20 pm #1417550August 30, 2023 at 12:37 pm #1417556I was using Brave on Windows too.
It worked using Chrome.
Thank you :)
August 31, 2023 at 1:57 am #1417625 -
AuthorPosts
- The topic ‘Centre Footer’ is closed to new replies.