Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • Saguaros Moderator
    #903604

    Do you have any URL?

    gregver Friend
    Saguaros Moderator
    #903793

    I tried to open in different browsers (FF, Chrome, …) but it looks nice at my end: http://prntscr.com/aivhvv

    Which browser are you using to see the issue?

    gregver Friend
    #903981

    After many tests I realized that the problem appears on screen resolutions from 1440Χ900 and more. Until this resolution all functioning normally

    Saguaros Moderator
    #904133

    It due to the style you custom in your own theme: http://cinestar.gr/templates/ja_platon/css/themes/indigo/template.css

    At approx line 1438, you fixed the height by set the ‘min-height’ to only 285px

    @media (min-width: 1200px) {
    .t3-module.default-height {
        min-height: 285px;
    }
    }

    you can change to a greater value

    gregver Friend
    #904326

    The problem is fixed. Thank you Very Much !!!!!!!!!!!!!!!!!!!!

    Saguaros Moderator
    #904510

    You’re welcome!!

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

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

The topic ‘Sidebar-2 – and position-7 vertical size’ is closed to new replies.