tbullet
Forum Replies Created
-
Forum: Themes and Templates
In reply to: images aligningWPyogi, Thank you for your help! I have the content where I want it!
I have looked at the markup errors. They are not on my dashboard pages – – I don’t know how to access them to correct.
Within elementone, I want to use 2 different fonts, though without messing up the look, I am not able to achieve this. The first sentence, I want large and bold, like a header. And the second sentence different from the regular <p> font.
Forum: Themes and Templates
In reply to: images aligningHello,
I again have tried what, I think you suggested, what you have here kind of works, but I was not able to style the font differently in different sections. I also tried putting both divs in a container and that didn’t work either. I thought it was due to my css being incorrect but I am not sure.
I have read through some stuff on w3c, but I am still not understanding. I really appreciate your assistance. Thank you!
Forum: Themes and Templates
In reply to: images aligningIt is the only way the pictures will align on top of each other while allowing me to style the font family, size, etc.
Forum: Themes and Templates
In reply to: images aligningSorry, i did not mention that either. Yes, I am using a child theme. Thank you.
Forum: Themes and Templates
In reply to: images aligningForgot to say using theme: “twentyeleven” and I am new to wordpress. I have tried many other things: I have tried inline styling <p> tags to get a large font, but lose much of my text and there are breaks put between each style. And using <h> tags when looking in firefox, there are additional <p> tags and breaks added that I do not see in my html.
Forum: Themes and Templates
In reply to: Twentyeleven – i want to override given widthSorry! It did not completely fix the problem. It made it wider, but not as wide as the header. I tried making the header the 848px wide but that did not work. If I force the width of entry-content, everything is pushed to the right and off center. Thank you!
Forum: Themes and Templates
In reply to: Twentyeleven – i want to override given widthWow! Thank you! It worked. Sorry. I overlooked the backtick (i did not know what it was!) Thank you!
Forum: Themes and Templates
In reply to: Twentyeleven – i want to override given widthThank you! I have removed one of the blocks and updated. And I tried changing the width in the following code from 1000px to 100% in my child theme, but it still won’t override the parent code:
singular .entry-header, .singular .entry-content, .singular footer.entry-meta, .singular #comments-title { margin-bottom: 0; margin-left: auto; margin-right: auto; margin-top: 0; width: 68.9%;}