- Posts: 3
COMMUNITY FORUM
Align Categories and Items
- David Chambers
-
Topic Author
- Offline
- New Member
Less
More
8 years 3 weeks ago #161665
by David Chambers
Align Categories and Items was created by David Chambers
I have categories and items that have different lengths in the headings however I would like the text to begin at the same point. so for example if I have item 1 that only goes over 1 line and then item 2 over 2 lines I want there to be a blank line after item 1 heading. I have attached a screenshot as it makes more sense that way. I have tried with and without catalog mode.
Okay I was going to add a screenshot however I am not creating a imgur account so hope this makes sense.
Okay I was going to add a screenshot however I am not creating a imgur account so hope this makes sense.
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- Offline
- Platinum Member
Less
More
- Posts: 15920
8 years 3 weeks ago #161680
by Krikor Boghossian
Replied by Krikor Boghossian on topic Align Categories and Items
Hello,
I will need a link to your site, since this is a visual issue.
I will need a link to your site, since this is a visual issue.
Please Log in or Create an account to join the conversation.
- David Chambers
-
Topic Author
- Offline
- New Member
Less
More
- Posts: 3
8 years 3 weeks ago #161683
by David Chambers
Replied by David Chambers on topic Align Categories and Items
Sorry it is ductus.com.au - The issue exists on the Products pages and also the media pages.
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- Offline
- Platinum Member
Less
More
- Posts: 15920
8 years 3 weeks ago #161714
by Krikor Boghossian
Replied by Krikor Boghossian on topic Align Categories and Items
Add this snippet to your template's stylesheet.
.subCategory h2 {
min-height: 95px;
}
Please Log in or Create an account to join the conversation.
- David Chambers
-
Topic Author
- Offline
- New Member
Less
More
- Posts: 3
8 years 3 weeks ago #161732
by David Chambers
Replied by David Chambers on topic Align Categories and Items
Thanks Krikor,
That worked and I was able to use that to understand how to do the same for my items.
That worked and I was able to use that to understand how to do the same for my items.
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- Offline
- Platinum Member
Less
More
- Posts: 15920
8 years 3 weeks ago #161745
by Krikor Boghossian
Replied by Krikor Boghossian on topic Align Categories and Items
You 're welcome David :)
Please Log in or Create an account to join the conversation.