marieteather
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How to left align post and page textthanks I think I have resolved this
Forum: Fixing WordPress
In reply to: change size of fontIncredible. Thank you!!
Forum: Fixing WordPress
In reply to: Make both menus the same styleFantastic – thanks !
Forum: Fixing WordPress
In reply to: How to change footer colourBrilliant! Thank you.
Forum: Fixing WordPress
In reply to: How to reduce white space / margin / padding?Hi,
Could someone make this clearer, please.
Thanks
Marie
Forum: Fixing WordPress
In reply to: How to reduce white space / margin / padding?How do I do that?
Forum: Fixing WordPress
In reply to: How to reduce white space / margin / padding?(The Latin text is now my intro text.)
Forum: Fixing WordPress
In reply to: Trying to edit blockquote settingsHi there,
In the customise section of my theme I have two options: Custom CSS and Additional CSS.
I have been adding my changes to Custom CSS and this has always worked.
That said, I tried the code above in Additional CSS and it still didn’t work.
Is there anything I can I try?
Thanks
Marie
Forum: Fixing WordPress
In reply to: How to edit MailChimp sign up box in footerHi there,
In the customise section of my theme I have two options: Custom CSS and Additional CSS.
I have been adding my changes to Custom CSS and this has always worked.
That said, I tried the code above in Additional CSS and it still didn’t work.
Is there anything I can I try?
Thanks
Marie
Forum: Fixing WordPress
In reply to: Menus and titles turn to boldThat’s great – thank you!
Forum: Fixing WordPress
In reply to: Subscribe box out of alignmentI realised I already have some custom code on my site which refers to the sign up box in my sidebar. This links to the same MailChimp list. Could this be effected it?
This is the code:
.signup-container{
width: 278px;
background-color: black;
text-align: center;
}
.signup-header{
float: left;
width: 262px;
margin: 0 auto;
}
.signup-header-image{
color:#ffffff;
width: 100%;
}
img.IdeaList-signup-image{
width: 100%;
margin-top:15px;
margin-bottom: -5px;
display: inline-block;
}#sign-up-now {
display: inline-block;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background-color: transparent;
border: none;
cursor: pointer;
margin-top: 20px;
}
.sign-up-button{
width: 80%;
background: transparent;
}
.signup-input-type > input[type=”text”],input[type=”email”] {
display: inline-block;
height: 45px;
font-size: 16px;
appearance: none;
box-shadow: none;
border-radius: none;
padding: 0 15px;
font-family:georgia;
}
.input-email-margin{
margin-top: 10px;
}img.IdeaList-signup-image {
background-color: #333333;
border-color: #333333;
padding-top: 0;
}img.sign-up-button {
border-color: #333333;
background-color: #333333;
color: #333333;
}input.input-text {
background-color: #ffffff;
margin-top: 10px;
width: 240px;
}#sign-up-now {
padding-top: 1px;
padding-bottom: 1px;
}Thanks
Forum: Fixing WordPress
In reply to: Subscribe box out of alignmentHi,
That doesn’t seem to correct it. The boxes are still out of alignment. Screenshot here:https://drive.google.com/open?id=1_fkCyj9iWohYJJenaIYc0y820pxHVpux
I added this to the additional CSS as directed.
Thanks
Forum: Fixing WordPress
In reply to: Links have two underlines – why?!You’re a star – thanks!
Forum: Fixing WordPress
In reply to: Blog titles not appearingI figured it out – thanks!
Forum: Fixing WordPress
In reply to: Blog titles not appearingSo it seems on Safari the title is showing, but not on Chrome.
In fact there are a number of changes between the two browsers. Do you know how I rectify this? Im not sure which is showing the true site.
Thanks