websponge
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Customizr] Padding between posts on category viewgot it!
.thumb-wrapper {
width: 269px;
max-width: 100%;
height: 190px;
position: relative;
left: -1px;
top: 0px;
display: block;
overflow: hidden;
text-align: center;
margin: auto;
}Forum: Themes and Templates
In reply to: [Customizr] Padding between posts on category viewlooks like its thumb-wrapper doing it, but there are so many references to it
Forum: Themes and Templates
In reply to: [Customizr] Padding between posts on category viewyou are correct…once I removed the images, it has done the trick! shame as I wanted small images next to each post title..
Forum: Themes and Templates
In reply to: [Customizr] Padding between posts on category viewThank you, I tried this , it had no affect, still a very large gap…
Forum: Themes and Templates
In reply to: Article paddingcustomizr, i dont have a live site yet as its local on my server in the house
Forum: Themes and Templates
In reply to: [Customizr] Featured Image next to post titlewait it is! how can I change the size? I dont use the media library , I link the images from another folder in the root
Forum: Themes and Templates
In reply to: [Customizr] Recent posts from only 1 categoryI knew I wasn’t going mad! thanks Nicolas!
Forum: Themes and Templates
In reply to: [Customizr] Recent posts from only 1 categoryone for Electric Feet? 😀
Forum: Themes and Templates
In reply to: [Customizr] Include commandthats an aspx page anyway, wordpress runs with php
Forum: Themes and Templates
In reply to: [Customizr] Column layout for catagory postsMarked as resolved – Cheers
Forum: Themes and Templates
In reply to: [Customizr] Column layout for catagory postsNo such thing as template manager?
Anyway, good news, it works! I had just spelt the name wrong of the file.
I now have a custom template for my category by copying index.php into mycategory-name.php
awesome!
Forum: Themes and Templates
In reply to: [Customizr] Column layout for catagory postsThe answer is no 🙁 just tried it, it has no affect and will not pick up the custom page… so frustrating this!
Forum: Themes and Templates
In reply to: [Customizr] Column layout for catagory postsCould I copy index.php and paste into a new file called my-catagory.php? And that will be used via the catagory slug? (Sorry for the repeat)
Forum: Themes and Templates
In reply to: [Customizr] Column layout for catagory postsOk reading a bit more, can I use the index.php, copy it too another file call my-catagory.php and add my custom HTML in there? Then my catagory will use that page?
Forum: Themes and Templates
In reply to: [Customizr] Column layout for catagory postsMmmm, not quite, but thanks anyway,
what I mean is, on other templates you have a custom-page.php that you can adapt to change a page layout, there is one of these in customizr which I use
there is no such file for a catagory layout?