Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #253268
    kohl1234
    Participant

    I have an image and Text box in the headline that displays fuel prices currently at our location. When viewing from a desktop view and/or tablet view. It displays fine, but when you view from the mobile view. It is outside the “border” of the website. Any help would be greatly appreciated!

    Link to website: http://davycrocketttravelcenter.com

    #253428
    tikaram
    Keymaster

    @kohl1234 : Please add the following additional css and let me know.

    @media only screen and (max-width: 600px) { 
    	#promotion-message .wrapper table {
    		width:280px !important;
    	}
    }

    Regards,
    Tikaram

    #267555
    jerryalexo
    Participant

    Hey! I am also facing the same issue on my website, now I found the solution, thank you so much.

    #267603
    tikaram
    Keymaster

    @jerryalexo: Glad to know that you have found the solution.

    Regards,
    Tikaram

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Promotional headline left not “shrinking to fit mobile view.’ is closed to new replies.