Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • Andrew Winkler Friend
    #187392

    I have added a menu in the corner-stamp position to sort the order of the articles in blog layout view but it looks ugly. The menu options are displayed as an unformated bullet point list. (e.g. http://therebel.org/blog) I’d be happy with Joomla’s classic menu look, the way it used to be displayed in module positions on the left or right. I just can’t work out which module class suffix to use to achieve that affect or how else to do it.

    Wall Crasher Developer
    #492565

    Hi andrewwinkler,

    Corner-stamp is just a place for you to put the module.
    You should add some css styles for the module itself.

    You can hire a css developer to help you.

    If you just want to remove the bullet point. you can try this.

    Open /templates/ja_wall/css/templates.css and add

    .container-main .corner-stamp ul li {
    background-image: none;
    /* any other style can be add here*/
    }

    Regards

    Andrew Winkler Friend
    #492764

    I was able to make it look a bit better but it is still far form looking like a traditional joomla menu normally would look like in ‘left’ or ‘right’ module position. (see http://therebel.org/editorial)

    In particular I would like to get rid of the margin on top and at the bottom of the menu.

    The CSS code I’m using in the template.css file is this:

    .container-main .corner-stamp ul li {
    border: solid 1px #ddd
    background: url(../images/bg-menu.gif) repeat-x left bottom #fefefe
    color: #666
    padding: 5px 10px;
    margin: 0px 0px;
    }

    Wall Crasher Developer
    #492779

    Hi,

    You can overwrite that margin by adding this css rule

    .content-inner .corner-stamp ul {
    margin: 0;
    }

    Regards

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

This topic contains 4 replies, has 2 voices, and was last updated by  Wall Crasher 11 years, 6 months ago.

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