Forum Replies Created
-
AuthorPosts
-
sido
MemberThank you, Abby. I added 'float: right' to button CSS, and it did make the bottom move to the right, but is still below the input box. I would like the button to be inline with the input box. Any idea how to do that?
sido
MemberThat worked wonderfully for the photos--thank you so much!
Regarding the header, I see what you're saying, but is there a way to center the header and keep it left and right aligned with the the page content? As it is now, the header extends far beyond the content on both sides.
sido
MemberThank you so much for your response, Davinder.
I tried what you suggested and I don't see much of a difference--the header and content area are still more to the left instead of centered.
If you notice, my social icons and footer info is centered to the page. But my header and content are left aligned. Any ideas?
Thanks again!
sido
MemberThat Chrome Inspector is helpful, thank you!
sido
MemberAwesome--thank you, braddalton!
sido
MemberThank you so much, Victor!
sido
MemberThank you for this! This worked in helping me make the width wider...but I'd like it a little less than 100%. I'd love to have about 75% width, but when I do that, my navigation gets pushed off the page to the right. Can someone please help?
Thanks in advance!
sido
MemberThanks so much brock! I was looking in the wrong spot before...but I found it, deleted it, and it worked! Thanks again.
s.i.
sido
MemberThank you so so much, Jan! I tried option #2, which worked perfectly in getting the white background on all post/page titles just the way I want. I added the following code to the genesis_post_title_hook :
<h1 class="entry-title"><span><?php the_title(); ?></span></h1>
The only problem that came up now is that the post titles on my homepage are not permalinks anymore. Any way to fix that?
sido
MemberThanks, Brad. But that CSS actually is making the whole line white. What I'm trying to do is keep the stripes in the title area and only have a white background where the text is (like the post title "Free to Be Me" on my homepage http://www.youmeandfivebucks.com).
I use this code:
`.page h1,
.single h1,
h2,
h3,
h4,
h5,
h6 {
background: url(images/lines.png);
text-align: center;
line-height: 1.2;
margin-bottom: 16px;
margin-bottom: 1rem;
}
.entry-title a {
background-color: #fff;
line-height: 1;
padding: 0 8px;
padding: 0 0.5rem;
}`...to get the text with white background for my homepage post titles, but the white background doesn't show up on my single post pages and About/Contact pages.
-
AuthorPosts