Hello Team,

I was wondering whether the MastHead can adjust itself to mobile views? In particular can it stay centered? So even when the image cannot fit it still shows the middle of the photo.

I have attached some screenshots trying to explain.

1: Page on Mobile Landscape
2: Page on Mobile Portrait

As you will see from the landscape the dog is in the middle, but on portrait you cannot see the dog.

Thanks

Paul

    paulan
    Hi
    In masthead the Photo is loaded in the background and size of photo increase based on the width and text over the image. If you want responsive image it will not fit the complete background as the height would not be that long. You can add this code in custom.css to reduce some padding to show more image area

    @media (max-width: 467px)
    .itemid-441 .jamasshead {
        padding: 30px 0!important;
    }
    Write a Reply...
    You need to Login to view replies.