Also, the images are all messed up. Scroll down the page and you’ll see they are not aligned as a small thumbnail. Also the last page of the slider is just blank.
I need to have the entire website ready for Friday so any help is appreciated 🙂
Hello!
I recently created a simple documentation on theme customization. Please not that some CSS knowledge is needed for this.
Regarding the images – there is a small CSS bug in the theme. This requires to actually edit style.css (only as an exception, as I’ll be fixing this in the future). Find this bit:
img {
max-width: 100%;
height: auto;
width: auto;
}
and remove width:auto;
Hi,what section is this under? There’s so much! lol
If you don’t have much experience with CSS you should read through it all. You’ll be much better off in the long run, if you understand what you’re doing.
Hi, I really love your theme but the coding is really hard! lol.
I’m getting the hang of it and I’ve changed a few things, size of fonts, width spaces etc.. but I just can’t find how the part to change the font color from greyish to white and the header too.
Did you read through this tutorial? There’s an example on how to change font color.