Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • Nancy Kimball Friend
    #205977

    I used the right-menu from the demo and altered it to be a link to our Catalog.
    However, on a smaller screen size, the text changes to Join.
    I want the text to remain the same ? Catalog. Where can I find this?
    Can this right-menu be made to be sticky? Not the main menu, just this red Catalog?

    http://www.morleylibrary.org/joomla_uber/


    1. Catalog
    2. Join
    Adam M Moderator
    #569100

    Hi @nzkimball,

    Please open file root_folder/templates/uber/css/custom.css (if you don’t have this file, just create a new one) then add this code :

    @media screen and (max-width: 1200px) {
    .right-menu .nav li > a.item-primary {
    width: 95px;
    }
    .right-menu .nav li > a.item-primary:after {
    content: "Catalog";
    }
    }

    Nancy Kimball Friend
    #569120

    Thank you Adam!

    That did the trick.

Viewing 3 posts - 1 through 3 (of 3 total)

This topic contains 3 replies, has 2 voices, and was last updated by  Nancy Kimball 9 years, 6 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum