Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • tresoar Friend
    #761657

    Hello,

    I have a problem with my slideshow image. On my tablet the upper part of the image is not visible. Maybe it has someting do to with my custom code .ja-vertical-menu .t3-wrapper > .container > .row {
    padding-top: 25px;
    } But I want to save as much space as I can.

    On mobile screen the image is visible but out of proportion. (pressed into each other)

    How can I solve this problems?

    Adam M Moderator
    #764039

    Hi @tresoar,

    It’s because the image stay behind the header part, where background color is white. You can remove the background color of header in tablet layout be adding this code to custom.css file:

    @media (max-width: 1024px) {
    #t3-header {
    background: none;
    }
    }

    tresoar Friend
    #783556

    Thanks!

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

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

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