Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #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.

    #1254541

    Hey web4698,

    Please try the following in Quick CSS under Enfold->General Styling:

    .phone-info strong {
      vertical-align: middle;
    }

    Best regards,
    Rikard

    #1254714

    Thanks, Rikard but this code doesn’t change anything. Any other solution?

    #1254742

    Hi web4698,

    Please try to use this CSS code:

    #top .phone-info > span {
        display: flex;
        align-items: center;
    }

    Best regards,
    Nikko

    #1254758
    This reply has been marked as private.
    #1254759
    This reply has been marked as private.
    #1254812

    Hi 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,
    Nikko

    #1255088

    That looks exactly the same as the first code provided. Any other ideas?

    #1255131

    Hi 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,
    Nikko

    #1256553
    This reply has been marked as private.
    #1256574

    Hi 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 Firewall

    Please unblock the IP in private content.

    Best regards,
    Nikko

Viewing 11 posts - 1 through 11 (of 11 total)
  • You must be logged in to reply to this topic.