Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #656264

    hi, the Demo imported is Flat Business.

    On Mobile view, how to make the Logo to be on the cover image, just as in the desktop view (instead of in its own layer)

    Thanks

    Desktop View

    #656268

    Hi evette!

    The logo is on the same side as the menu, where the menu will go then?
    Can you make us a wireframe what you want, so we can see if it is or not possible, based on our support policy?

    Thanks a lot

    Best regards,
    Basilis

    #656403

    hi Basilis,

    Something like below (position absolute) to keep the look on desktop and Mobile design consistent.

    Thank you and appreciated

    #656405

    The blue background for the actual site design are background images, hence cant apply quick fix like setting that background to blue

    #656673

    Hi,

    Please try the following in Quick CSS under Enfold–>General Styling:

    @media only screen and (max-width: 767px) {
    #header_main {
    background-color: #307ECC !important;
    }
    }

    Best regards,
    Rikard

    #656682

    hi Rikard,

    Appreciate the reply but as mentioned, my design background is not a solid color.. is actually a background image hence ur solution will not realy wrk

    #656894

    Hi,

    Ok, try this instead. Replace the URL in the code with the URL to your image.

    @media only screen and (max-width: 767px) {
    #header_main {
    background-image: url('http://yoursite.com/yourimage.jpg') !important;
    }
    }

    Regards,
    Rikard

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