Paul
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Coraline] Moving nav bar outside of containerFigured it out… ??
Forum: Themes and Templates
In reply to: Responsive image in text widgetGot it.
Forum: Themes and Templates
In reply to: Hanna theme – Help with imagesThanks!
Forum: Localhost Installs
In reply to: Problem importing SQL Database file to remote serverThat’s solved my problem, thanks much appreciated. ??
Forum: Plugins
In reply to: [Wordpress Font Uploader] Not working in Chrome (Windows)Full url: https://paulos3000testdomain.info
Any ideas what the issue might be?
Forum: Themes and Templates
In reply to: Contact Form 7: Style IssueResolved.
Forum: Themes and Templates
In reply to: Contact Form 7: Style IssueWell spotted! That was an issue with the parent them CSS file, not my own – hence me struggling to find it.
Thanks, appreciate your help.
Forum: Themes and Templates
In reply to: Contact Form 7: Style IssueThanks for getting back to me.
I’m still confused. Even when I delete every single line of my custom CSS, the problem persists. I don’t even know how I’ve styled the other parts as I have. I thought it was the following CSS:
.entry, #respond, {
border-bottom: none;
box-shadow: none;
border-radius: 5px;
}But when I delete that and update, it remains the same.
Help!
Forum: Plugins
In reply to: [Wordpress Font Uploader] Not working in Chrome (Windows)Sure…
paulos3000testdomain.info
Forum: Themes and Templates
In reply to: Inconsistent CSS on Sidebar Styling…Apologies, just figured it out… ??
Forum: Themes and Templates
In reply to: Responsive image in text widgetOk, well maybe this slightly simpler and more specific question will be within the scope of the forum…
I want the image to remain centred when I decrease the res, but it hugs the left of the text box. I’ve tried
.textwidget img {
margin: auto;
}and also
.textwidget img {
float: none;
}…and neither affected the image. It still hugs the left of the div.
Once again, thanks in advance.
Paul
Forum: Themes and Templates
In reply to: Sidebar sinks to bottom of page (Coraline)Ok, ignore earlier posts (sorry for the repeated posts, will try to be more concise from now on!). Here’s where I’m at:
I’ve tried a few things and I seem to have managed to get the main content and sidebar aligned correctly. The only thing that confuses me about this, is there seems to be some invisible space between the two divs that prevents them from getting very close together without the aforementioned ‘slip to the bottom of the page’ issue. I’ve used Chrome dev tools and there doesn’t appear to be a margin on either div… If you can shed light on this I’d be very grateful.
Secondly, having earlier resolved the nivo slider issue, it seems that it’s reverted back after resolving the main content/sidebar issue. Grrrr!
Paul
Forum: Themes and Templates
In reply to: Sidebar sinks to bottom of page (Coraline)Update: Have resolved the nivo slider issue…
Forum: Themes and Templates
In reply to: Sidebar sinks to bottom of page (Coraline)Thanks so much for your responses.
I wasn’t aware padding increases the overall size of a div. So I’ve taken off padding and now everything seemed to fit.
I want some of my page templates to have the content-sidebar layout (as I have selected now). The right sidebar (or primary sidebar) is fine – ie, with a margin about to seperate it from the nivo slider above) – but the main content div seem to have stopped responding to the CSS line instructing it have margin-top: 3%. Any idea for this?
Also, the header image and nivo slider seem to have inexplicably moved to right… Do you know why this might be?
Thanks,
Paul