End of Support for Joomla 3 - Forum closed			
        
	
	Background Sections auf Tablet und Smartphone
Background Sections auf Tablet und Smartphone was created by Petra38
Posted 8 years 7 months ago #16957
		
		Hallo,
noch eine Frage. Sorry. Ich habe, da für das gewünschte Design nicht ausreichend, selbst noch Modulpositionen hinzugefügt, acuh für die Background Sections. Auf dem Desktop funktioniert das Design auch genaus so, wie ich es mir wünsche (siehe: www.2017j.brillenwichmann.de , im Moment nur unter dem Menuepunkt "SEHEN"). Leider verhalten sich die Background Images auf dem Tablet und auf dem Smartphone anders. Die Bilder sind zu groß und bleiben nicht stehen, sondern werden mitgescrollt. Hm. Haben Sie eine Idee, warum dem so ist?
Mit besten Grüßen
Petra
	
	noch eine Frage. Sorry. Ich habe, da für das gewünschte Design nicht ausreichend, selbst noch Modulpositionen hinzugefügt, acuh für die Background Sections. Auf dem Desktop funktioniert das Design auch genaus so, wie ich es mir wünsche (siehe: www.2017j.brillenwichmann.de , im Moment nur unter dem Menuepunkt "SEHEN"). Leider verhalten sich die Background Images auf dem Tablet und auf dem Smartphone anders. Die Bilder sind zu groß und bleiben nicht stehen, sondern werden mitgescrollt. Hm. Haben Sie eine Idee, warum dem so ist?
Mit besten Grüßen
Petra
			
			by Petra38
			
		
			Please Log in or Create an account to join the conversation.
- joomlaplates
 - 
				
				
									
						
	Offline
					
				
											 - Moderator
 - 
				
			 - Posts: 8859
 - Thank you received: 1740
 
Replied by joomlaplates on topic Background Sections auf Tablet und Smartphone
Posted 8 years 7 months ago #16958
		
		Hallo,
fügen sie mal folgenden CSS Syntax in ihre css/custom.css ein.
Ab einer Größe von 768 pixel wird das Hintergrundbild nun gescrollt, da "fixed" nicht für Tablet geeignet sind:
	
			fügen sie mal folgenden CSS Syntax in ihre css/custom.css ein.
Ab einer Größe von 768 pixel wird das Hintergrundbild nun gescrollt, da "fixed" nicht für Tablet geeignet sind:
Code:
@media (max-width: 768px) {
#bottom-a{
    background-attachment: scroll !important;
}
}
Dokumentation:
www.joomlaplates.de/dokumentation.html
		www.joomlaplates.de/dokumentation.html
			
			by joomlaplates
			
		
			Please Log in or Create an account to join the conversation.
Replied by Petra38 on topic Background Sections auf Tablet und Smartphone
Posted 8 years 7 months ago #16959
		
		Sorry, was ist denn die "css/custom.css"??? Die finde ich nicht. Habe ich da grundsätzlich etwas falsch gemacht?	
	
	
			
			by Petra38
			
		
			Please Log in or Create an account to join the conversation.
- joomlaplates
 - 
				
				
									
						
	Offline
					
				
											 - Moderator
 - 
				
			 - Posts: 8859
 - Thank you received: 1740
 
Replied by joomlaplates on topic Background Sections auf Tablet und Smartphone
Posted 8 years 7 months ago #16960
		
		Hier ein Video was es mit der custom.css auf sich hat
www.joomlaplates.com/support/documentation/custom-css-in-joomla
			www.joomlaplates.com/support/documentation/custom-css-in-joomla
Dokumentation:
www.joomlaplates.de/dokumentation.html
		www.joomlaplates.de/dokumentation.html
			
			by joomlaplates
			
		
			Please Log in or Create an account to join the conversation.
Replied by Petra38 on topic Background Sections auf Tablet und Smartphone
Posted 8 years 7 months ago #16995
		
		Aha, verstanden. Ich habe den Code eingefügt aber leider ist das Problem nicht gelöst. Der eingefügte Code erscheint immer ganz untern auf der Seite.
Siehe z.B: www.2017j.brillenwichmann.de/home ganz unten.
Haben Sie eine Idee wo da der Fehler liegen kann?
	
	Siehe z.B: www.2017j.brillenwichmann.de/home ganz unten.
Haben Sie eine Idee wo da der Fehler liegen kann?
			
			by Petra38
			
		
			Please Log in or Create an account to join the conversation.
- joomlaplates
 - 
				
				
									
						
	Offline
					
				
											 - Moderator
 - 
				
			 - Posts: 8859
 - Thank you received: 1740
 
Replied by joomlaplates on topic Background Sections auf Tablet und Smartphone
Posted 8 years 7 months ago #16997
		
		Da haben sie etwas falsch gemacht!!
Aber ich könnte d auch nur raten.
Bitte gehen sie wie in dem Video beschrieben vor:
			Aber ich könnte d auch nur raten.
Bitte gehen sie wie in dem Video beschrieben vor:
Dokumentation:
www.joomlaplates.de/dokumentation.html
		www.joomlaplates.de/dokumentation.html
			
			by joomlaplates
			
		
			Please Log in or Create an account to join the conversation.
		Moderators: joomlaplates