beardybum
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Publication] Remove sidebar 2?Thank you very much for the help and resources ?? !
Forum: Themes and Templates
In reply to: [Publication] Remove sidebar 2?You’re awesome, thank you very much, it worked great!
1 last question – I promise!
Is there a way to move the content to the left a bit more? I’m guessing this would be a padding fix, but there are so many on the site I have no idea which is which haha!
I increased the content area width to 1100, just to see how it would look, but it makes it wider by increasing it’s width to the right, if that makes sense?
So right now there is a white space on the left side of the screen, especially when you go into a post.
Am hoping you know how to move it to the left a bit more?
Again, thank you so much ??
Forum: Themes and Templates
In reply to: [Publication] Remove sidebar 2?Just making sure you haven’t forgotten about me ??
Forum: Themes and Templates
In reply to: [Publication] Remove sidebar 2?I’ve got the following in my functions.php
<?php /** * Enqueues child theme stylesheet, loading first the parent theme stylesheet. */ function themify_custom_enqueue_child_theme_styles() { wp_enqueue_style( 'parent-theme-css', get_template_directory_uri() . '/style.css' ); } add_action( 'wp_enqueue_scripts', 'themify_custom_enqueue_child_theme_styles' );
not sure if that’s correct but I copied it from somewhere ??
Forum: Themes and Templates
In reply to: [Publication] Remove sidebar 2?Hey I’m back – I managed to get the child theme to work, I cut the code from the edit css on the backend to the style.css on my child theme, activated the child theme and it seems to be working same as before ?? !
Forum: Themes and Templates
In reply to: [Publication] Remove sidebar 2?Wow, thank you very much for the info on child themes!
I have two 14 hour shifts at work, so I won’t be able to give it a go for a couple of days, but I’l be sure to reply here if I have any issues!
Thanks again, Kathryn!
Forum: Themes and Templates
In reply to: [Publication] Remove sidebar 2?Aha. Oops.
Thank you very much ??
Do you see what I mean with the post images not scaling properly?
The .post-thumbnail code doesn’t seem to scale it properly.
I’ll have a fiddle and let you know
Forum: Themes and Templates
In reply to: [Publication] Remove sidebar 2?Oh i’ve come across a little problem, on my phone everything is cut off because of the removal of a side bar, in the CSS code it looks as if it has different themes for different resolutions…
I tried to use this code `@media screen and (min-width: 1056px) {
.widget-area {
width: 220px;
}.content-area {
width: 950px;
}.site::before {
width: 20%;
}.post-thumbnail {
width: 288px;
height: 192px;
}’But the Edit CSS within jetpack doesnt allow it and deletes it for some reason.
Any ideas on this one?
Sorry for all the questions, haha!
And thank you ??
Forum: Themes and Templates
In reply to: [Publication] Remove sidebar 2?Hi Kathryn,
https://www.martytravels.co.uk is the site,
the default featured post image is 144px x 96px, using the code I put above just makes that black extension instead of making it scale bigger. So strange!
What do you think could be up?
Thank you!
Forum: Themes and Templates
In reply to: [Publication] Remove sidebar 2?Thank you very much, it worked perfectly ??
One more quick question if you don’t mind – I’m trying to double the size of the post image, i typed in the following:
.post-thumbnail { width: 288px; height: 192px; }
The image doesn’t scale, but it makes the extension from the image completely black. Do you know whats wrong here?
Thank you once again ??
Forum: Themes and Templates
In reply to: [Tracks] logo (header) image full width?Sorry to resurrect this post, but I like the way the picture is as wide as the screen. Is it possible to extend the featured image to this size on my posts?
Thank you! ??
Forum: Themes and Templates
In reply to: [Tracks] Make the entire page wider?I stand correct, you are a god. Worked perfectly, thank you very much! ??
Forum: Themes and Templates
In reply to: [Tracks] Make the entire page wider?Oh, also, on the side, the ‘categories’ bit didn’t move, any way to move this to the left a bit more?
Thank you ??
Forum: Themes and Templates
In reply to: [Tracks] Make the entire page wider?You are a god. It worked perfectly, thank you very much! ??