LSPhoto
(Lisa Sandler)
21 April 2017 21:55
1
@instacks - Jannis:
Some help with a couple of things? Here is my blog page: https://www.lisasandlerphotography.com/blog/
Any way to lessen the space that is reserved for Categories in the preview?
Can’t get the back button/tags to go below the main content. It seems different for each main page. I tried adding margins but it seems to be ignored.
thank you
teefers
(Doug Bennett)
21 April 2017 22:10
2
For the extra space try this:
.blog-entry-body {
padding-top: 0;
}
4 Likes
LSPhoto
(Lisa Sandler)
21 April 2017 22:12
3
Yep, thanks Doug, that worked.
jabostick
(Jason Bostick)
21 April 2017 22:13
4
I think @teefers should put on a talk at the Rapiweaver conference on tips to identify/target/edit CSS
4 Likes
LSPhoto
(Lisa Sandler)
21 April 2017 22:17
5
Doug is good at that stuff, for sure How about an information page with code pertaining to everything?!?!? lol
All I know how to do is change the #s once I have the code.
teefers
(Doug Bennett)
21 April 2017 22:47
6
Give this a try for the other problem:
.stacks_in de_futural_posterstack_back_stack {
clear:both;
}
Haven’t been able to test it with class name, but worked with the ID.
Looks like the litebox is leving the float hanging.
3 Likes
teefers
(Doug Bennett)
21 April 2017 22:53
7
Made a paste mistake Try this:
.de_futural_posterstack_back_stack {
clear:both;
}
Don’t need the stacks_in.
LSPhoto
(Lisa Sandler)
21 April 2017 22:54
8
Didn’t seem to work, but thanks for trying. I’m sure Jannis will get back to me overnight. (my night, as I am in Los Angeles)
teefers
(Doug Bennett)
21 April 2017 22:56
9
Did you try the second one without the stack_in?
1 Like
LSPhoto
(Lisa Sandler)
21 April 2017 23:05
10
Sorry didn’t see the updated post.
Yes, and no.
Yes, it drops the stack below, but doesn’t let me add margin space above the back button.
teefers
(Doug Bennett)
21 April 2017 23:09
11
Try this:
.de_futural_posterstack_back_stack {
clear:both;
padding-top: 10px;
}
This is using border-box for box-sizing.
2 Likes
LSPhoto
(Lisa Sandler)
21 April 2017 23:14
12
You got it! Maybe Jannis can add some these things built in one of these updates
thanks again, Doug
1 Like
instacks
(Jannis from inStacks Software)
22 April 2017 06:19
13
Good morning everyone
Thanks Doug for helping out Will check.
Best, Jannis
2 Likes
It looks like you solved your issues. Nice website. Do you mind telling me the name of the theme your using?
1 Like
LSPhoto
(Lisa Sandler)
25 April 2017 03:28
15
https://foundationstacks.com . With a bunch of good stacks
If you’re not ready for Foundation, I used @willwood 's https://themeflood.com/volcano/ theme for 6 years until about a month ago.