Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • obplredesign Friend
    #875590

    Hey all, I am setting up a new website for our library and for some reason my Toolbar Menu in the BookShop Template is going Verticle instead of Horizontal. I’ve been trying to figure out what setting is wonky but can’t. Could you tell me what I am missing here?

    http://portal.nflibrary.org
    Module Position: Toolbar-ct-1
    MenuType: Toolbar

    Thank You,
    Aubrey

    Saguaros Moderator
    #875897

    Hi Aubrey,

    You can open the CSS file: ROOT/templates/ja_bookshop/css/custom.css (create this file if it doesn’t exist)

    and add this css rule:

    #Mod100 li {
        float: left;
    }
    obplredesign Friend
    #877296

    Thank you for the response.
    I don’t have a custom.css file. When I create it, what else does it have to have in it? Do I need to copy the Template css and insert this rule in a specific location within it?

    I basically don’t know what i’m doing but i follow directions well.

    Thanks,
    Aubrey

    Saguaros Moderator
    #879832

    Hi Aubrey,

    As I mentioned above, after you create ‘custom.css’ file in directory: ROOT/templates/ja_bookshop/css/

    Simply open this new custom.css file and add above css rule as I suggested:

    #Mod100 li {
        float: left;
    }
Viewing 4 posts - 1 through 4 (of 4 total)

This topic contains 3 replies, has 2 voices, and was last updated by  Saguaros 8 years, 9 months ago.

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