EnnisP
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Masonry] not show home page titleForum: Fixing WordPress
In reply to: Image Link Not DisplayingNo, I did nothing and I have no idea why it’s showing properly now. Sometimes it renders and sometimes it doesn’t. Not sure what’s happening.
Forum: Fixing WordPress
In reply to: CSS to Center a DIVPerfect!! Thanks very much.
Forum: Themes and Templates
In reply to: Add Space Between Lines of a Single List ItemThanks all. Problem solved.
Forum: Themes and Templates
In reply to: Add Space Between Lines of a Single List ItemIf the problem had been a snake . . .
It’s amazing what a fresh set of eyes can see. Thanks for having a look.
Forum: Themes and Templates
In reply to: Add Space Between Lines of a Single List ItemThanks for that.
I’m hoping to change it through my CSS so I can change all the posts at once. I included the following code in my style sheet hoping to achieve that but it doesn’t seem to effect the line spacing at all.
Is there a reason this doesn’t work?
#contentleft ul li { list-style-type: square; margin: 0px 0px 20px 20px; padding: 0px 0px 5px 0px; line-height: 35px font-size: 17px; font-family: Didactic Gothic, Trebuchet MS, Arial, sans-serif; }
Thanks
Forum: Themes and Templates
In reply to: Add Space Between Lines of a Single List ItemOk. Let me say it more clearly.
I include unnumbered lists in my posts. Lots of them. I like them.
The post I referred to above has an example of an unnumbered list. If you scroll down the page a little you will see the list and notice that the lines are a bit close – close for me any way – and I would like to include more space between the lines in each list item. Not between the items but between the lines of the items.
Maybe another way to ask the question is can you adjust the line height of one item in an unnumbered list?
I hope this helps.
Thanks
Forum: Fixing WordPress
In reply to: Can't Center ImagesThanks a million Cyril! That worked like a charm.
Very happy to get this resolved. All the best.
Forum: Fixing WordPress
In reply to: Can't Center ImagesHey Cyril,
You are right because I commented out the float and margin lines and the image on the sample post was centered with the text not wrapping but there were unwanted results also.
I have images at the top of most of my posts, aligned left, with the text wrapping. With float and margins commented out the images stayed left but the text didn’t wrap anymore.
So, my experiment didn’t work. Not sure what to do.
Can anyone help?
Thanks
Forum: Fixing WordPress
In reply to: Can't Center ImagesThanks Cyril.
Question: Should I delete the entire rule or just the float and margin portions?
Or would changing the selector make the difference?
Sorry for all the questions, just not sure what to do.
Thanks again.
Forum: Themes and Templates
In reply to: Can't Center ImagesUnfortunately, that didn’t work but thanks anyway.
Yes, I would also like to have the Google +1 Button added to the social network options.
It could be worth donations I’m sure.
Forum: Themes and Templates
In reply to: How to add a new image to headerThanks Rizaldy,
I made the change and like the placement of the title but now my tag line and the advert element (on the right side of the header) have dipped below the header boundary and out of sight. Is there anything I can do to correct this?https://nowthinkaboutit.com/
Thanks,
EnnisForum: Themes and Templates
In reply to: How to add a new image to headerThanks stvwlf for your response. You are the first person to respond to any of my queries on this forum. I was actually quite surprised and the information you gave was VERY helpful. I can’t thank you enough and I would be glad to pay for the info. My blog header is looking much better although I do need to tweek it a bit more as per the following two questions…
One, the image is not adjacent to the left side of the header. Is there a way I can move it over and still keep the blog name centered in the image? In other words, I don’t want to move the title over to the side also but would like to have it centered.
And, two, I was hoping to move the blog name down over the dark (lower part) of the image so it would show up better. Is there a way to move it lower?
If you can help me with these I will be most grateful.
EnnisForum: Themes and Templates
In reply to: Revolution ThemeHello 4K,
I am struggling with the same problem, I can’t install an image on the left side of the Revolution Code Blue theme.https://nowthinkaboutit.com/
I removed the following code from my header.php file:
<div class=”headerleft”>
<h1>/”><?php bloginfo(‘name’); ?></h1>
<?php bloginfo(‘description’); ?>
</div>And replaced it with the above referenced code:
<div class=”headerleft”>
/”><img src=”<?php bloginfo(‘template_url’); ?>/images/logo.gif” alt=”<?php bloginfo(‘name’); ?>” />
</div>As you can see from my page the name is now missing and there is no image.
Before doing this I did re-size the image and upload it to my server. I also added the second line (the bold line) in the following portion of my style.css file.
.headerleft {
background: url(images/nashville.gif) top left no-repeat;
width: 470px;
float: left;
margin: 0px;
padding: 0px;
overflow: hidden;
}Can you help me straighten this out?
Ennis