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

    I am using a logo for a clients webiste please see http://www.psweb-test.co.uk.

    The logo is 804px by 156px, what I need is to have this logo responsive ie adjust size depndant on what device it is being used on can you help please.

    #536361

    Hi condonpb,

    The link you posted is not working on my end, could you check please?

    Thanks,
    Rikard

    #537217

    Rikard sorry should be http://www.peter-test.co.uk.

    #537343

    Hi!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    @media only screen and (max-width: 1024px) and (min-width: 768px) {
    .logo img {
        max-width: 70%;
    }}

    Best regards,
    Yigit

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