Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #633425

    Hi

    I have tested the homepage on most devises however on my iPhone 6S+ and there are dashes in the white space which seems large (the space that is). I have screen shot but I’m not sure on how to attach it, can you please advise.

    cheers Kinnear

    #633970

    Hey uychkinnear,

    You can upload the screenshot to imgur.com or dropbox and share the link here :)

    Best regards,
    Yigit

    #634102

    Hi I know what it is, because the top menu point is white there is space and faint vertical lines where this menu would be seen. For phones and tablets can this be turned off as it doesn’t look good. Unfortunately this website needs the top header so I can’t remove it. If you have any suggestions that would be great.

    Cheers Kinnear

    #634120

    Hi,

    Please use the below css and turn the links to a dark color

    @media only screen and (max-width: 767px) {
    	.av_extra_header_active a {
    		color:#000!important;
    	}
    }

    Best regards,
    Vinay

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.