Jump to content

Edit History

Max90

Max90

On 1/15/2023 at 8:13 PM, bera_ramazan said:
@media (max-width:768)
{
#divName {display:none}
}

 

don't work.
The div is: <div class="header-top">

i put in the custom.css this code:
 

@media (max-width:768){
.header-top {display:none;}
}

what am I doing wrong?

Max90

Max90

On 1/15/2023 at 8:13 PM, bera_ramazan said:
@media (max-width:768)
{
#divName {display:none}
}

 

don't work.
The div is: <div class="header-top">

i put in the custom.css this code:
 

@media (max-width:768)
{
.header-top {display:none}
}

what am I doing wrong?

Max90

Max90

On 1/15/2023 at 8:13 PM, bera_ramazan said:
@media (max-width:768)
{
#divName {display:none}
}

 

don't work.
The div is: <div class"header-top">

i put in the custom.css this code:
 

@media (max-width:768)
{
.header-top {display:none}
}

what am I doing wrong?

×
×
  • Create New...