Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • diddipoeler Friend
    #1090780

    how can i change the width and the hight of a modal window ?

    Saguaros Moderator
    #1090999

    Hi,

    Which modal window are you referring to? Kindly share the URL and screenshots so I can take a look.

    Regards

    diddipoeler Friend
    #1091231

    this is the link:
    http://www.fussballineuropa.de/index.php/component/sportsmanagement/results/0/0/73400-1-bundesliga-2017-18/1813621-20-spieltag/0/0/0

    in the matchline: VfB Stuttgart e.V. I – FC Gelsenkirchen-Schalke 04 e.V. I
    you see a blue icon. when you click on this icon a modal window is open.

    Saguaros Moderator
    #1093301

    Hi,

    You can try with this custom CSS code:

    #sbox-window.shadow {
        width: 992px !important;
        height: 992px !important;
    }

    put into the file: root/templates/purity_iii (your default template)/css/custom.css (create this file if it doesn’t exist)

    And change the value for width/height to the value which suits your need.

    Regards

    diddipoeler Friend
    #1095596

    many thanks. it´s working now.
    the next problem is the position of the modal box.

    how can i set the top left position for a modal box ?

    Saguaros Moderator
    #1095721

    You can override by this custom CSS:

    #sbox-window.shadow {
        left: 300px !important;
        top: 580px !important;
Viewing 6 posts - 1 through 6 (of 6 total)

This topic contains 5 replies, has 2 voices, and was last updated by  Saguaros 6 years, 1 month ago.

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