Viewing 12 replies - 1 through 12 (of 12 total)
  • Take a look at these errors:
    https://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fwearedepthrecordings.com%2F1%2F

    Likely something’s cascading…

    Thread Starter brandon206

    (@brandon206)

    Most of those errors are in the blog posts and some of the sidebar, but they are issues with linking… nothing that I can see in the CSS or formatting.

    Thread Starter brandon206

    (@brandon206)

    OK.. I fixed the problem with the space under the header, but the footer is still linking to my RSS feed. Anyone know why this is happening?

    Thread Starter brandon206

    (@brandon206)

    ug… I forgot to close an </a>… that’s why the footer was a giant link.

    OK!

    So the only issue I have is the moving of my header text to the right of the header.
    * I tried text align
    * I tried to float the text

    Neither worked.

    Thread Starter brandon206

    (@brandon206)

    anyone?

    EDITED* Just realized ya tried what I suggested.. I’ll tinker with it on my own demo blog once, see what I come up with ok.. =)

    spencerp

    Ok, well..I’m thinking it’s these two here:

    h1 {
    font-size: 4em;
    text-align: center;
    }

    #headerimg .description {
    font-size: 1.2em;
    text-align: center;
    }

    On those two, change the text-align:center; to text-align:right;

    Is this what you want it to do? Demo Here:
    https://www.vindictivebastard.net/kubrickfixed/

    If so, if need be.. we’ll have to add/adjust paddings/margins and what not on it.. I *hope* this helps. =)

    spencerp

    I’m getting this error message:

    Warning: main(): Unable to access /home/virtual/site221/fst/var/www/html/b2/wp-includes/cache.php in /home/virtual/site221/fst/var/www/html/b2/wp-settings.php on line 108

    Warning: main(/home/virtual/site221/fst/var/www/html/b2/wp-includes/cache.php): failed to open stream: No such file or directory in /home/virtual/site221/fst/var/www/html/b2/wp-settings.php on line 108

    Warning: main(): Unable to access /home/virtual/site221/fst/var/www/html/b2/wp-includes/cache.php in /home/virtual/site221/fst/var/www/html/b2/wp-settings.php on line 108

    Warning: main(/home/virtual/site221/fst/var/www/html/b2/wp-includes/cache.php): failed to open stream: No such file or directory in /home/virtual/site221/fst/var/www/html/b2/wp-settings.php on line 108

    Fatal error: main(): Failed opening required ‘/home/virtual/site221/fst/var/www/html/b2/wp-includes/cache.php’ (include_path=’.:/php/includes:/usr/share/php’) in /home/virtual/site221/fst/var/www/html/b2/wp-settings.php on line 108

    StephenMEthesis, please start a new thread please? Thanks. =) This will help you, and others better..rather then mixing up problems within someone else’s post.

    It will also get more attention this way as well.. You can post it in this forum:
    https://www.ads-software.com/support/forum/3

    Scroll to bottom, fill out the fields..hit submit.. Good luck! =)

    spencerp

    Wow! I’m a tiny “roll” tonight.. lmao! =P

    Thread Starter brandon206

    (@brandon206)

    Spencer… thanks for the reply. I changed the align to right before and got a terrible result. I just changed it and this is what it does: https://wearedepthrecordings.com/1/

    Spencer… thanks for the reply.

    You’re welcome. =)

    I changed the align to right before and got a terrible result. I just changed it and this is what it does: wearedepthrecordings.com/1/

    Oh ok, well..is that how you want it right? But, maybe add/adjust paddings on the “right” side of the text, so it’s not right against the image’s edge like that…?

    Let me know for sure, what your plan is ok?

    spencerp

    Thread Starter brandon206

    (@brandon206)

    ahhhh the padding. I didn’t think of that. I DO want it aligned to the right, just not that far. I’ll give it a go with padding, but can you offer any advise as to where I’d add that information in the CSS form?

Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘Odd issues after install and editing’ is closed to new replies.