slidemansailor
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Admired] Increase size of header image?I know precious little, but found my 1010 x 105 header had a lot of blank (gray) space around it when viewed on my computer, but looked perfect on my wife’s i-pad… and probably great on phones and such.
I tried putting a 1010 x 210 header on, but it was auto-cropped to 1010 x 105.
Forum: Themes and Templates
In reply to: [Admired] Change the Background Header color on site.I added the below to my Admired-Child style.css in hopes of getting the gray block to disappear from behind my header graphic.
It didn’t do anything as far as I can tell
@import url(“../admired/style.css”);
/* Add specific style overrides below.
————————————-*/.wp-pagenavi .current, #header, #foot_wrap {
background-color: #ffffff;Forum: Fixing WordPress
In reply to: page titles instead of post categoriesSince the new problem stayed when I tried two other themes, I am somewhat suspicious it is in my use of the child theme. This is my first time with children and did a VERY simple start:
/*
Theme Name: Magazine Basic Child
Theme URI: public_html/thefixer/wp-content/magazinebasic-child
Description: Magazine Basic Child Theme
Author: Ted Dunlap
Author URI: https://thefixer.biz
Template: magazine-basic
Version: 1.0.0
Tags: light, dark, two-columns, left-sidebar, responsive-layout
Text Domain: magazine-basic-child
*/@import url (“../magazine-basic/style.css”);
/* =Theme customization starts here
————————————————————– */Is there something I did not know to put in?
Or something I put in wrong that swapped the fields?