robotex3
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Problem with Site HeaderHey 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.Forum: Fixing WordPress
In reply to: Problem with Site HeaderI actually tried that and I got the same problem.
Forum: Fixing WordPress
In reply to: Problem with Site HeaderCould 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.
Forum: Fixing WordPress
In reply to: Problem with Site HeaderAfter 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.
Forum: Fixing WordPress
In reply to: Problem with Site HeaderThanks 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.
Forum: Fixing WordPress
In reply to: Align search form and search buttonThanks you Seacoast and WPyogi….you guys both resolved my issue. Cheers.