eloisg_
Forum Replies Created
-
Forum: Themes and Templates
In reply to: CSS edits in Child Theme not workingNever mind, found it!
Forum: Themes and Templates
In reply to: CSS edits in Child Theme not workingActually I think there might another problem. Either I’m just plainly writing the code wrong, or there is another issue. I have deleted a page, and even that change isn’t showing up! I’ve read other threads and there seems to be the hypothesis of this “cache” business, but I have no idea what to do about that…
Forum: Themes and Templates
In reply to: [Customizr] Centering the website title on CustomizrYep!
Forum: Themes and Templates
In reply to: [Customizr] Centering the website title on CustomizrThank you so much!! I feel like I’ve been banging my head against a wall for the past two days and I’m maybe finally getting it ??
Thanks again!
Forum: Themes and Templates
In reply to: [Customizr] Centering the website title on CustomizrIT WORKED!
Thank you so much!
Sadly, I have another question. I have tried to modify several more things, like trying to modify the size of the title for example. It doesn’t seem to work when I change stuff in the .css file, so do I always need to write code in the .php file too?Cheers
Forum: Themes and Templates
In reply to: [Customizr] Centering the website title on CustomizrOk thank you, I didn’t really understand that part. However, I don’t know how to make changes to the functions.php thing…
I just read that I needed to use the “Editor section” to change the css thing but have no idea how to access the php part?Sorry about all the questions, I really quite terrible at this!
Forum: Themes and Templates
In reply to: [Customizr] Centering the website title on CustomizrNever mind about the button text thing, I figured it out ??
Forum: Themes and Templates
In reply to: [Customizr] Centering the website title on Customizrhttps://66.147.244.220/~jardinf0/
I’ve also somehow deleted the text in the green buttons under the three circular photo icons under the display banner, no idea how I did that. Would be glad to know how to put it back!
Forum: Themes and Templates
In reply to: [Customizr] Centering the website title on CustomizrHi, thank you. However it’s still not working! I don’t know what I’m doing wrong, I copied the whole thing and my title is still to the left of the screen, not in the center. I don’t know what I should adjust to work it out?
Cheers
Forum: Themes and Templates
In reply to: [Customizr] How to center the logo in header?Hi,
I have the same issue (centering the title on my page). I have managed to get the menu/navigation bar underneath which is what I wanted but I’m not managing to center the title.
I have tried what feels like EVERYTHING, but I am a new user (been at this for two days) and I can’t figure it out.
I have made a child theme and I copied the code from the appropriate css file from the folder.Here is the code that I have found for the header and title, and what I’ve done so far to get the navigation thing underneath:
@import url(“../customizr/style.css”);
.tc-header .brand {
float: center;
text-align: center;
margin: 0px;
padding: 0px;
/* Increase vertical padding to match navbar links */
font-size: 16px;
font-weight: bold;
min-width: 250px\9;/* IE 8 and below */
}
.tc-header .brand h1 {
font-size: 45px;
}
.tc-header .brand a {
text-decoration: none;
margin: 10px 0;
display: block;
}
.tc-header .outside {
display: none;
}.navbar-wrapper.clearfix.span9 {
width: 100%;
margin: 0%;
}.navbar-wrapper .navbar {width:100%; float:right}
.header-spacer {
height: 10px !important;
}Hopefully someone can help me out??
Cheers,
Elo?se