Support › Forums › Flex Theme › call different image for mobile › Reply To: call different image for mobile
August 11, 2015 at 5:52 pm
#464
Moderator
I think that you did not add the closing bracket and css is not working for this reason.
Code will be like this
@media only screen and (max-width: 425px) {
.header-full-width .title-area {
background: url(ENTER YOUR IMAGE URL HERE) no-repeat center center!important;
}
}
PS: Can you share your site URL?
-
This reply was modified 6 years, 9 months ago by
Chinmoy Paul.