Nova theme - Landscape.png .not...

User 372328 Photo


Registered User
3 posts

Nova theme exported
I cannot get landscape.png to show on my edited layout of the index.html page.
All the other modifications to the layout work.
I was wondering whether anyone else has had this problem.
I have tried, on the css code, to remove the ... before /img and a number of other things??

My code on index.html:

<header class="row-fluid header-bg-row">
<div class="span12 column-1">
<div class="subgrid header-subgrid">
<div class="row-fluid header-subgrid-row">
<div class="span6 header-image-column">
<img class="image-4-3 header-image" src="img/rlm-responsive.png" alt="Image">
</div>

Code on custom.css:

.header-bg-row {
background: url('../img/landscape.png') no-repeat;
background-size:cover;
}
User 434929 Photo


Ambassador
938 posts

Code on custom.css:

.header-bg-row {
background: url('../img/landscape.png') no-repeat;
background-size:cover;
}

Try this instead and see

Code on custom.css:

.header-bg-row {
background: url(img/landscape.png) no-repeat;
background-size:cover;
}
Guys at coffeecup are awesometacular.
User 187934 Photo


Senior Advisor
20,190 posts

I would think it's the image not located in the correct location.
Can you publish and share a link to your page?
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.

This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
User 372328 Photo


Registered User
3 posts

Thanks guys for your replies.
I have done what you suggested Monsour, but it did not work.
Eric, the image is in the correct location.
Should I include <img class="image-4-3 header-image" src="img/landscape.png" alt="Image"> to my html code (say below <img class="image-4-3 header-image" src="img/rlm-responsive.png" alt="Image">) , then the image shows.
It really isn't important, but I would have liked to have completed the Nova layout as it was intended in the exercise.
User 2088758 Photo


Senior Advisor
3,087 posts

Hey Mike it may be helpful to upload it and give us a link to your page. It often tells us more than you can ever explain.
Taking over the world one website at a time!

Steve Kolish
www.misterwebguy.com

YouTube Channel:
https://www.youtube.com/channel/UCL8qVv … ttneYaMSJA

Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.