- This topic has 5 replies, 2 voices, and was last updated 7 years, 7 months ago by .
Viewing 6 posts - 1 through 6 (of 6 total)
Viewing 6 posts - 1 through 6 (of 6 total)
- You must be logged in to reply to this topic.


Home › Forums › Free Themes › Education Hub › quick links wrapping on 2d line with smaller screens
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
Hello @iacovoni,
Can you post your site URL so that we can inspect and see what we can do?
Thank you 🙂 .
Best Regards!!
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 🙂 .
Thank you very much.
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!!
| Cookie | Duration | Description |
|---|---|---|
| cookielawinfo-checkbox-analytics | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics". |
| cookielawinfo-checkbox-functional | 11 months | The cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional". |
| cookielawinfo-checkbox-necessary | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary". |
| cookielawinfo-checkbox-others | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other. |
| cookielawinfo-checkbox-performance | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance". |
| viewed_cookie_policy | 11 months | The cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data. |



