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

    When opening any page that has a module published in the corner-stamp position, the module stretches at first all the way to the sidebar menu on the left which is not very elegant. How can this be fixed.

    To see an example open http://therebel.org/ and then click on ‘blogs’, the first item on the sidebar menu.

    Wall Crasher Developer
    #493049

    Hi andrewwinkler,

    I am not sure I understand your problem here.

    When I open the page, the corner-stamp is stay on the right.

    But for sure, you can define a corner-stamp width from the beginning in template.css file.

    .masonry .corner-stamp {
    float: right;
    max-width: 100%;
    width: /* your beginning width here: 240px should be fine */
    }

    Regards

    Andrew Winkler Friend
    #493976

    Thanks for coming back to me. Unfortunately it didn’t make any difference. The menu in the corner-stamp module position still stretches over the full width of the screen until after all 20 article items are displayed. (see therebel.org/news, therebel.org/videos, the rebel.org/books)

    I tried the following settings:

    .masonry .corner-stamp {
    float: right;
    max-width: 240px;
    width: 100%;
    }

    I also tried this:

    .masonry .corner-stamp {
    float: right;
    max-width: 100%;
    width: 240px;
    }

    But that made no difference either.

    Wall Crasher Developer
    #493999

    Hi andrewwinkler,

    Can you provide your site link for me to check?

    I try with

    .masonry .corner-stamp {
    float: right;
    max-width: 100%;
    width: 240px;
    }

    and it works.

    Please make sure you are clear the browser cache and Joomla cache.

    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