robinhaynes
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Origin] Origin theme background of contentActually it works fine – just my inability to see it. Also had to add margin to titles etc but it is looking great now – thanks so much for your help.
Forum: Themes and Templates
In reply to: [Origin] Origin theme background of contentAh right – actually I tried without the . and with.
Unfortunately same result.
Is there an alternative way? I have had trouble finding the correct element using developer tools.
Thanks again for your help
Forum: Themes and Templates
In reply to: [Origin] Origin theme background of contentDarn, that is very odd. I wonder if I have made a mistake. This is the whole of the custom CSS code, does it look right?:
.p {
margin: 0px 30px 1.69231em;
}
#content, #sidebar-primary {
background: #fff;
}
table.tribe-events-calendar td .hentry {
margin: 0;
padding: 0;
width: 80%;
}
.singular .entry-title {
font-size: .9em;
}Forum: Themes and Templates
In reply to: [Origin] Origin theme background of contentI put it into the Custom CSS Manager Plugin Settings panel.
I have some other custom css there including the one you gave me to make the background white.
Forum: Themes and Templates
In reply to: [Origin] Origin theme background of contentI left the page up after I entered the custom CSS so you could see. Any ideas Erik?
Forum: Themes and Templates
In reply to: [Origin] Origin theme background of contentHmmm unfortunately that one did not work Erik.
I tried
p {
margin: 0px 30px 1.69231em;
}and also tried
.p {
margin: 0px 30px 1.69231em;
}Forum: Themes and Templates
In reply to: [Origin] Origin theme background of contentThanks so much Erik. They both work and I prefer the first one.
The problem now is that I need a margin so the text is not smack up against the edge. I left it up with the first solution showing so you can see what I mean.
Forum: Themes and Templates
In reply to: [Origin] Origin theme background of contentThanks for your help.
I would like the posts, pages and widgets to have a white background.Forum: Themes and Templates
In reply to: [Origin] Origin theme background of content