Wassalam,
Not right now.
I have seen some masjid have a big screen at the entrance and another vertical/portrait screen near the mimbar.
is it possible to shrink the box beneath or increase the text size within the table? Have tried zooming in to see if it adjusts but it moves it all out of position.
I can help you doing it manually.
Please go to Digitalscreen.php and update this function like this
private function getBottomRow()
{
return '';
Then in the additional CSS section, you can add this,
.x-board .middle-row {
height: 85% !important
}
and also
.x-board td span.dpt_start, td span.dpt_jamah {
font-size: 8vh !important;
}
Salaam, I’ve tried this but it makes no changes to the vertical screen unfortunately.
I’ve enter the php as the following either as (ignore italic line)
private function getBottomRow()
{
return '';
}
private function getPresentationRow()
{
private function getBottomRow()
{
return '';
$verticalClass = "";
if ( $this->isPortrait ) {
$verticalClass = "vertical";
}
$html = '
<div class="row botto
I’ve entered either/both the additional CCS lines too as suggested and it’s not made any difference.
.dpt-horizontal-wrapper.customStyles .dpt-wrapper-container .prayer-time {
border: none !important;
}
.dpt-heading .side-by-side {
border: none !important;
}
.x-board .middle-row {
height: 85% !important
}
.x-board td span.dpt_start, td span.dpt_jamah {
font-size: 8vh !important;
}
Apologies if I’m doing this wrong. First time using and working with CCS, PHP files etc.
Salaam, any guidance or anything else we can try for this?
wassalam, please send me the url
I can confirm, that it is working with the above code.
https://pasteboard.co/kLcJdZPL0Lkf.png