Responsive Image Alignment

Hello,



Hope someone can assist.



I have an image on the bottom footer and it aligns correct on PC monitor, but when I look at a tablet or phone the image sits on the right. How can align just for the tablet and phone without messing with viewing on a regular monitor.



Greatly appreciate detailed explanation.



thanks

Please provide us with the URL of your website

Dear Goia007,



If you want to apply some styles for the mobile devices, you may use media tags.



[color=#262626][font=arial, sans-serif][size=3]@media (max-width: 767px) {[/size][/font][/color]

[color=#262626][font=arial, sans-serif][size=3]put some css code here[/size][/font][/color]

[color=#262626][font=arial, sans-serif][size=3]}[/size][/font][/color]



[color=#262626][font=arial, sans-serif][size=3]It is called media queries.[/size][/font][/color]



[color=#262626][font=arial, sans-serif][size=3]Best regards, Alt-team.[/size][/font][/color]

[quote name='Alt-team' timestamp='1422015009' post='203290']

Dear Goia007,



If you want to apply some styles for the mobile devices, you may use media tags.



[color=#262626][font=arial, sans-serif][size=3]@media (max-width: 767px) {[/size][/font][/color]

[color=#262626][font=arial, sans-serif][size=3]put some css code here[/size][/font][/color]

[color=#262626][font=arial, sans-serif][size=3]}[/size][/font][/color]



[color=#262626][font=arial, sans-serif][size=3]It is called media queries.[/size][/font][/color]



[color=#262626][font=arial, sans-serif][size=3]Best regards, Alt-team.[/size][/font][/color]

[/quote]



Hello Alt-team. Thanks! Learn something new eveyryday here. Works perfect.