Home Forums Pro Themes Education Hub Pro Quick Links width

Tagged: ,

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #73992
    Modular
    Participant

    Hello,

    How can I change the width of the ‘Quick Links’ button at the top right corner of the website?

    https://www.mocsummit.com/

    Regards
    Gurjeet

    #73999
    wensolutions
    Keymaster

    Hello @gurjeets,

    To increase the width of the custom links use below given CSS.

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

    .quick-links a.links-btn {
        width: 220px;
    }

    Hope this helps.

    Best Regards!!

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