NomadMik
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Baskerville] Center Post Container and Extend HeaderAre you talking about the menu? Its been such a long time since I made this page. Post your URL so I can locate in my code where I made the change ??
Forum: Themes and Templates
In reply to: [Baskerville] Blog description with logoI do have it entered into my tagline in the theme customization. I can’t remember if I did something specific to make it disappear or if adding a graphic logo disabled it from showing.
I’ll keep trying. ??
Forum: Themes and Templates
In reply to: [Baskerville] Center Post Container and Extend HeaderI changed it from
body.single-post .content { width: 90%; }
to
body.single-post .content { width: 100%; }
Forum: Themes and Templates
In reply to: [Baskerville] Header and Footer ImagesNever mind… I just removed .header {width: 1440px;}
Forum: Themes and Templates
In reply to: [Baskerville] Remove post-headerShoot, I should have done that. I will try to repair it and use Jetpack.
Does anyone know if Macs read CSS differently? I had moved the post up to tuck under the header but on a Mac it is still in the same place.
.wrapper.section { padding: 0% 0; margin-top: -100px; }
Thanks again ??
Forum: Themes and Templates
In reply to: [Baskerville] Menu not respondingThank you so much! That did the trick!
Forum: Themes and Templates
In reply to: [Baskerville] Remove post-headerTo move the content up I edited the CSS
.wrapper.section { padding: 0% 0; margin-top: -100px; }
However I don’t know where to change the z-index to get the header on top of the wrapper content. My header image has a drop shadow that I want to cast on top of the featured image in the content.
Forum: Themes and Templates
In reply to: [Baskerville] Remove post-headerTo get rid of the .post-header I removed it from the page.php
<div class=”post-header”>
<h2 class=”post-title”><?php the_title(); ?></h2>
</div> <!– /post-header –>
Forum: Themes and Templates
In reply to: [Baskerville] Featured Image Full WidthRather than enlarge the featured image, I centered it.
.featured-media a img {
margin-left: auto;
margin-right: auto;
}To get rid of the .post-header I removed it from the page.php
<div class=”post-header”>
<h2 class=”post-title”><?php the_title(); ?></h2>
</div> <!– /post-header –>
Forum: Themes and Templates
In reply to: [Baskerville] Featured Image Full WidthI forgot to mention. The width looks fine on mobile.
Forum: Themes and Templates
In reply to: [Baskerville] Vanishing footer imageThat did it. Thank you SO much!!! <3
Forum: Themes and Templates
In reply to: [Baskerville] Move menu to the topThank you so much!!! It worked!
Forum: Themes and Templates
In reply to: [Baskerville] Move menu to the topHi Anders,
I tried that once and created chaos. I’ll try it again. Does that mean I grab ALL of the code relating to .navagation and put it about the .header?
You guys are really fast at responding. Thanks so much! ??
Mik
Forum: Themes and Templates
In reply to: Autofocus post image widthHello?
Forum: Installing WordPress
In reply to: Internal Server Error…cannot installI finally got it to work…after about the 10th install. I don’t know what I did different…but it is working. Thanks ??