ErnestClose
Forum Replies Created
-
In your child theme stylesheet try this:
#site-logo { float: none; } #site-logo a img { float: none; }
You may want to add some padding as well after this, but first let’s try and get the title underneath.
Let me know if this works and send a screenshot of what it looks like when done.Forum: Themes and Templates
In reply to: text will not appear under grid imagesHi James, I notice you have set display: none; on “.cat-links a”
removing or overriding this in your custom css will fix it.Let me know if this works for you.
Kind regards
Ernest CLose
Hi rebeltre, have you tried uploading the standard WP themes again.
Forum: Themes and Templates
In reply to: [Eighties] Page / Post ColoursAlways a pleasure.
Hi domgilberto, I understand, at least you opened site inspector. That helps a bit.
Check the css for the site-logo id, I think it might have float: left; set on it. Removing it should cause #site-details which contains #site-title to display underneath it.
If not send another screenshot displaying the css for #site-logo inside the inspector.Let me know what you find.
Forum: Themes and Templates
In reply to: [Eighties] Page / Post ColoursHi Jenn, to change the color for all the pages and posts use this in your css plugin:
#content { background-color: #F80E0E; }
Now you will notice a 1px white border at the bottom of the content. If you want to remove or change this, it is set on the article in the hentry class like below:
.hentry { padding-top: 3em; padding-bottom: 3em; border-bottom: 1px solid #f6f6f6; }
To change it do this:
.hentry { border-bottom: 1px solid #F80E0E; }
or any other color of your choice.
Let me know if this works for you.
Kind regards
Ernest Close
Hi domgilberto, do you have a link that shows this? I’m sure it can be done with some css.
Forum: Themes and Templates
In reply to: [Eighties] Page / Post ColoursHi Jenn, do you have a link so I may see where the problem lies? I’m sure it can be fixed with a bit of css.
Hi Todd, yes it’s a bit cold here at times, we’re in the middle of winter, but otherwise it’s great.
I was unable to reproduce your situation using Chrome, IE 7-8-9-10 and Firefox. On my screen it all lines up perfectly. Could you send me a screenshot showing the difference? I’m sure we can fix it easily.Kind Regards
Ernest Close
Forum: Fixing WordPress
In reply to: WordPress Core Directory StructureAlways a pleasure.
Forum: Fixing WordPress
In reply to: WordPress Core Directory StructureHi johnny, the structure is indeed as you have it for the first site or root directory. In the sub directory they have to be wp-admin, wp-content and wp-includes all on same level.
Hope this helps.Regards
Ernest CloseForum: Fixing WordPress
In reply to: Make header full widthHi yoshimitsu, have you got a link so I may take a look at it?
Forum: Themes and Templates
In reply to: [Hueman] Video PostGlad you got it working.
Forum: Themes and Templates
In reply to: [Asteria Lite] ShortcodesHi S, I use shortcodes ultimate and you can find it in Plugins in the main menu above. Hope this helps.
Forum: Themes and Templates
In reply to: [Hueman] Video PostUnless there is a feature to turn it on or off maybe. I don’t know, I have never used this theme before, just helped someone on this forum modify his styles a bit.