On the homepage I have a image background under the title "The Artist" when you go to view this on mobile version it doesn't show the image of the artist only the left hand side... is there a way for me to get it to show the right hand side of the image on mobile? So essentially having the image of the artist underneath the text on mobile view.
Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):
@media only screen and (max-width: 1000px) and (min-width: 1px) {
#intro.wpb_row.parallax_section .row-bg.using-image {
background-position: 65% !important;
}
}
Hi,
On the homepage I have a image background under the title "The Artist" when you go to view this on mobile version it doesn't show the image of the artist only the left hand side... is there a way for me to get it to show the right hand side of the image on mobile? So essentially having the image of the artist underneath the text on mobile view.
Many thanks,
Julie
Hey Again,
Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):
Thanks
ThemeNectar Support Team