Centre header & Nav customisation (Inkblot theme + webcomic plugin)
-
Hey!
I can’t figure out these things because I’m not CSS literate. please help!
Theres a few things I want to do.
1. Centre my header image.
2. Figure out how to edit the comic navigation, customising it with my own images, and 3. have the middle button be archive, not random.
Make it so clicking on the comic image will take me to the next page.1. So I want to try and centre my header image- site is here: https://thegodstonecomic.com/
The theme I’m using is Inkblot and the plugin is Webcomic
So Ive tried putting “text-align: center;” in .banner > a so it looks like this: banner {
position: relative; }
.banner > a {
color: #000;
display: block;
line-height: 1.4;
padding: 0;
white-space: normal;
text-align: center;
}But nothing happened. It worked when I was fiddling with the CS in the inspect Element page of chrome, but not on the page itself.
I went on a mad spree of adding the centre code everywhere that I thought linked to the header but to no avail.
for the other two things I have no idea how to solve and would appreciate any help. Thanks!
- The topic ‘Centre header & Nav customisation (Inkblot theme + webcomic plugin)’ is closed to new replies.