J!Extensions Store™
Forum
Welcome, Guest
Please Login to access forum.
Re:Can't overrid CSS in iframe (1 viewing) 
Go to bottom
TOPIC: Re:Can't overrid CSS in iframe
#2626
Erick Paulino
Fresh Boarder
Posts: 8
User Offline
Re:Can't overrid CSS in iframe Karma: 0  
Hi,

I found a solution. I just added the following code to my custom.css:

@media (max-width: 900px){
.sitemap {
position: fixed;
top: 0;
right: 0;
left: 0;
}
}


Thank you,

Erick
 
Logged Logged  
  The administrator has disabled public write access.
#2627
John Dagelmore
Admin
Posts: 3716
User Online Now
Re:Can't overrid CSS in iframe Karma: 79  
Yes of course this is also a good approach and working solution. As i said you there are several ways to do this or override the sitemap template.

All the best,

John
 
Logged Logged  
  The administrator has disabled public write access.
Go to top