Home Forums Free Themes Education Hub quick links wrapping on 2d line with smaller screens

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #67901
    iacovoni
    Participant

    Is there any way to have the “quick links” remain aligned with the email and telephone on the top bar. With smaller screens it will scroll one line down. Not using social icons.

    Thanks

    #67902
    wensolutions
    Keymaster

    Hello @iacovoni,

    Can you post your site URL so that we can inspect and see what we can do?

    Thank you 🙂 .

    Best Regards!!

    #67904
    iacovoni
    Participant
    #67946
    wensolutions
    Keymaster

    Hello @iacovoni,

    To align the quick links with the email and phone no, use below-given CSS.

    For this go to Admin Panel > Appearance > Customize > Additional CSS and paste below given CSS.

    For desktop.

    .quick-links {
        float: left;
        padding-left: 20px;
    }

    For responsive view

    @media only screen and (max-width: 1023px){
    #quick-contact {
        width: auto;
    }
    }

    Hope this helps.

    Best Regards!!

    Have a good day 🙂 .

    #67963
    iacovoni
    Participant

    Thank you very much.

    #67965
    wensolutions
    Keymaster

    Hello @iacovoni,

    Glad we could help you.

    If you have any issues further, please let us know.

    We would also really appreciate if you could help us by rating our theme by following the link given below:

    https://wordpress.org/support/theme/education-hub/reviews/

    Thank you 🙂 .

    Best Regards!!

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