Hi there,

I have the following issue on the buildr template
1) Full screen ok; mobile view ok, but setting the browser window to half screen, the module titles overlap.
-> see attached screenshot.
2) Same issue with k2 item title /using zenkit common. The title moves into the font large/small symbol.
-> see screenshot.

How can this be adjusted for mobile views?

Thanks a lot


    MaMuster

    You can try with this custom css:

    @media (min-width: 768px) and (max-width: 992px) {
        .test .zen-module-title h3 {
        font-size: 1.2em !important;
    }
    }

    or change the font size to the value which suits your need.

    Write a Reply...
    You need to Login to view replies.