Thanks for the reply esmi. I’m not too familiar with the validation process nor am I technically savvy. Basically, I’m just trying to find a way to have my header remain the same throughout the website. That is, if I want the letter R to be in the header and left-aligned, then it should stay there no matter where you go. Can this be done?
Could it be the Mantra theme? Should I just try a whole new theme (I don’t really want to)?
Sorry for the novice questions in advance.
Have you edited the theme’s files in any way?
After reading info in the wordpress Codex and from others, I learned that editing theme files are not good. So, I have not touched the Mantra theme files. I did however create a Child theme but I only used it to remove the form tags under comments box, edit the widget search button, edit the wpcf7 contact form, and edit the footer.
Most of what I did, I accomplished in the past few weeks just from watching videos and using this forum. I am teaching myself as I go along as this is my first website.
Could it be that maybe because I made the home page a Static page that this is the reason? After all, the other pages seem fine except the main page.
What happens if you switch back to the original parent theme?
I actually tried that and I got the same problem.
Hey esmi, thanks for all your help. After 2 days of sifting through code that is foreign to me and googling the crap out of the internet, I just spent the last couple hours and found out a solution.
I put the following in the child theme css:
#site-title {
float: none;
}
Now every page has the title aligned right without it moving.
Maybe I didn’t explain myself to you properly but like I said, I’m a novice:) Nevertheless, I want to thank you for offering your assistance.