cycle730
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Twenty Seventeen] How to center main menuSolved:
“#top-menu{
text-align:center;”
}In custom CSS
Forum: Fixing WordPress
In reply to: Missing header imageI tried over riding it with
.custom-banner {
background: url(/wp-content/uploads/2015/10/cropped-greyscale_road_title.png) no repeat;
height: 686x;
width: 1640px;
}So now I have the image as the background, but the text which should be below it is still in the banner area.
I shouldn’t have to do any of this in the first place. This is a theme-specific problem which does not happen to any other theme I’ve tried.
Forum: Fixing WordPress
In reply to: Missing header imageAs a bit of extra info, this image
http://www.expeditioncycle.org/wp-content/uploads/2015/10/cropped-greyscale_road_title.pngis currently set as the header in Customise>Header image>Current header
Forum: Themes and Templates
In reply to: Centre-aligning gallery image, title and captionI am now able to sift the text to the center using the below in the css sheet.
.attachment .site-content {
text-align: center;
/* center image and text */
}But this leaves the picture annoyingly to the left.
Alternatively I can use
.attachment p {
text-align:center; /* center image and text */
}To get both image and text centred, but that leaves an annoying white block to the right of the page.
Forum: Themes and Templates
In reply to: Centre-aligning gallery image, title and captionCan anyone direct me to where I can find ‘Attachment Display Settings’ alignment in WP 4.1.1?
Forum: Themes and Templates
In reply to: Centre-aligning gallery image, title and captionLittle more info; This concerns the image ‘attachment pages’ which I can disable but I prefer the look of the attachment page.