-
AuthorPosts
-
October 20, 2020 at 4:33 am #1254220
Hi there I need to middle align (vertically) the phone text in the secondary header. It looks like it’s bottom aligned with the button short code I have in with it.
October 21, 2020 at 5:43 am #1254541Hey web4698,
Please try the following in Quick CSS under Enfold->General Styling:
.phone-info strong { vertical-align: middle; }Best regards,
RikardOctober 21, 2020 at 5:16 pm #1254714Thanks, Rikard but this code doesn’t change anything. Any other solution?
October 21, 2020 at 6:33 pm #1254742Hi web4698,
Please try to use this CSS code:
#top .phone-info > span { display: flex; align-items: center; }Best regards,
NikkoOctober 21, 2020 at 7:15 pm #1254758This reply has been marked as private.October 21, 2020 at 7:16 pm #1254759This reply has been marked as private.October 22, 2020 at 4:09 am #1254812Hi web4698,
Please replace the code I gave with this one:
#top .phone-info > span { display: flex; align-items: center; justify-content: center; } #top .phone-info .avia-button-wrap { margin-left: 4px; margin-right: 4px; } @media only screen and (max-width:1224px) { #top #header_meta .sub_menu { padding-bottom: 10px; } }Best regards,
NikkoOctober 22, 2020 at 8:25 pm #1255088That looks exactly the same as the first code provided. Any other ideas?
October 23, 2020 at 6:01 am #1255131Hi web4698,
I think it must be due to some caching.
I tried to check on your site again with a web inspector and I don’t see the code I posted being implemented.Best regards,
NikkoOctober 29, 2020 at 2:50 am #1256553This reply has been marked as private.October 29, 2020 at 5:44 am #1256574Hi web4698,
I still could not see the code but I do see the issue.
I tried to login and check, however I’m getting this:Access Denied - Sucuri Website FirewallPlease unblock the IP in private content.
Best regards,
Nikko -
AuthorPosts
- You must be logged in to reply to this topic.
