Tagged: CSS, Phone-Info
-
AuthorPosts
-
June 23, 2022 at 12:20 pm #1356275
Hi there.
I’d like to make the phone info text to have a vertical alignment middle.
Tried a few solutions on the forum but nothing is working. I’ve isolated a CSS rule in the base.css file but looks like this changes a lot of things that don’t need changing.
Could you provide the CSS for the div tag for just the phone info please?
Thanks in advance.
Ed- This topic was modified 2 years, 5 months ago by Swarez.
June 24, 2022 at 8:40 am #1356366Hey Swarez,
Thank you for the inquiry.
Are you referring to the phone number in the first footer column? It is already centered when we checked, but you can use this css code just in case.
#footer #custom_html-7 .textwidget { text-align: center; }
Best regards,
IsmaelJune 24, 2022 at 8:49 am #1356367Hi Ismael
Thank you for that.
I’m referring to the top bar, sorry – should have made that clear! Apologies.
EdJune 24, 2022 at 11:30 am #1356392Hi,
Thanks for the update. I can’t see a phone number added in the top bar, could you add one so that we can see what results you are getting please?
Best regards,
RikardJune 24, 2022 at 9:12 pm #1356440Hi Rikard
Can you see the words ‘Interest Free Credit available’ and a small logo? There may be a caching crossover so try the link I sent
Thanks
EdJune 25, 2022 at 12:03 am #1356443Hi,
Thank you for the link to your site, please try this css:#header_meta .phone-info img { vertical-align: middle; }
After applying the css, please clear your browser cache and check.
Best regards,
MikeJune 25, 2022 at 11:18 am #1356466Hi Mike
Thank you for that.It seems to be working now!!!One final thing if I may – if i wanted to recolour that whole phone info space, what CSS would I need?
Many thanks
Ed- This reply was modified 2 years, 5 months ago by Swarez.
June 25, 2022 at 12:37 pm #1356470Hi,
Glad to hear, to change the background color try this css:.header_color #header_meta.container_wrap_meta { background: #bbbbbb; }
After applying the css, please clear your browser cache and check.
Best regards,
MikeJune 27, 2022 at 9:43 pm #1356635Thank you so much Mike! Greatfully appreciated!
EdJune 28, 2022 at 8:34 am #1356668 -
AuthorPosts
- The topic ‘Phone info realignment’ is closed to new replies.