Viewing 23 posts - 1 through 23 (of 23 total)
  • Author
    Posts
  • #823177

    Hi guys,

    Looking for some advice. I have a main slider on my homepage and can appreciate that the styling is automatically adjusted for mobile. However, it is cutting my image and taking a chunk which doesn’t make sense out of context. Is there any way to choose for myself which part of the image is selected? If not, do I have any options for styling the mobile page seperately?

    Thanks for your help in advance!

    Sam

    #823380

    Hey increasethewedge,

    Try adding the following to quick css:

    
    @media only screen and (max-width: 600px)  {
    .av-single-slide slide-1.active-slide{
        background-position: -600px 5px!important;
    }}

    Best regards,
    Jordan Shannon

    #823394

    Thanks for getting back to me Jordan but it hasn’t worked!

    #823400

    Hi,

    Can you provide a screenshot of what you are seeing with the code I gave you?

    Best regards,
    Jordan Shannon

    #823412
    #823430

    Hi,

    I see, thank you. Is this a phone or tablet?

    Best regards,
    Jordan Shannon

    #823431

    So it displays like tht on a mobile and on a tablet in portrait.

    Thanks again for your help

    #823436

    So it displays like that on a mobile and on a tablet in portrait.

    #823449

    Hi,

    Please provide admin info so I can log in and look into this issue further.

    Best regards,
    Jordan Shannon

    #823880

    I have also noticed that in the footer of only a couple of pages that there is a white box around the heading. Any help with this would also be really appreciated!

    #824167

    Hi,

    The admin info did not work for me. Can you take a second look for me? Also, provide the exact admin url as perhaps I entered the wrong one.

    Best regards,
    Jordan Shannon

    #824514

    Sorry, Jordan. Try this?

    #824726

    Hi,

    The quick css does not seem to be picking up. Please add the following to the custom.css file:

    
    @media only screen and (max-width: 767px) {
    .av-single-slide.slide-1.active-slide{
        background-position: -600px 5px!important;
    }}

    Best regards,
    Jordan Shannon

    #824731

    That worked perfectly!

    I have also noticed that in the footer on only a couple of pages that there is a white box around the headings. Any help with this would also be really appreciated!

    Thanks again

    #824741

    Hi,

    Is this a mobile only issue? Please link me to a page where this is occurring.

    Best regards,
    Jordan Shannon

    #830172

    Hi Jordan,

    Sorry for the delayed response here. The issue appears to be occuring on the footer section on both mobile and desktop on the following pages:

    Home page, Office Clearance Services, Shredding Process, Why Highlander, Data Protection and How to Contact Us

    Cheers,

    Sam

    #830189

    Hi,

    Add the following to quick css

    @media only screen and (max-width: 767px) {

    #footer h3.widgettitle {
    background-color: transparent!important;
    }
    
    /***If you want to remove the borders also***/
    
    #footer h3.widgettitle {
    border-style:none!important;
    }}

    Best regards,
    Jordan Shannon

    #830586

    one problem always leads to another!! I put the code in which removed the footer backgrounds perfectly but it knocked the general styling out of place and shifted all text to the middle of the page?

    #830660

    Hi,

    I logged in and adjusted the code. It should work just fine now. Please let me know if this works.

    Best regards,
    Jordan Shannon

    #830752

    I’m afraid not, white boxes are still there

    #830756

    Hi,

    Please hard reset the cache. I’m no longer seeing white boxes at all. The issue was that the code was not added properly.

    Best regards,
    Jordan Shannon

    #830992

    I hard reset the cache and it still seemed to be doing the same thing. I then tried it on my mobile, again the same. But, i turned my wifi off and on 4g they had dissappeared. I also tried it on my home computer and again, the white boxes were gone. It’s a strange one but the client doesn’t see them either so the problem seems to be resolved. Thanks for all of your help Jordan!

    #831089

    Hi,

    No problem at all. If you need additional help, please be sure to let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 23 posts - 1 through 23 (of 23 total)
  • The topic ‘Homepage image not displaying properly on Mobile’ is closed to new replies.