This topic has 7 replies, 3 voices, and was last updated 6 years, 3 months ago by Asiya Fatima.
Viewing 8 posts - 1 through 8 (of 8 total)
Hello,
Thanks for UltraNet it is a great theme and is perfect for our needs, however I have a couple of queries, we have set up our packages to display, however on the last package listed the border extends too far down the page. This happens no matter how many packages are displayed on the screen.
We would also like to change the currency indication so that it is not in superscript above the price. We would like it to be level with the amount.

Many thanks
Hi Khanam,
I think there has been a misunderstanding, there looks like a glitch with the last listed package as the border goes down the page too far (please see the screenshot). The first two packages in the screenshot do not have this issue.
While we have managed to change the currency we would like the currency symbol to be the same as the price text and not “superscripted” just before it
Many thanks for your help
Hi, Bento90
The border issue in the packages has been solved. You have to paste the below properties in your style.css file.
.at-IntPlan-Item {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
}
And remove the properties from your style.css file.
.at-IntPlan .at-IntPlan-Item:last-child {
/*margin-bottom: 0;*/
}
Hi Khanam,
Many thanks for this and sorry for the slow reply. Those issues are now resolved.
However we are now seeing a gap at the top of the last package (most right hand side) which is not there on the other packages on the page.
This means the packages do not line up on the page and makes it look rather odd. Could you advise how to fix this please?
Many thanks
Find the below code in isppro-frontend-style.css file and remove the margin-bottom property.
.at-IntPlan .at-IntPlan-Item:last-child {
/*margin-bottom: 0;*/
}
Viewing 8 posts - 1 through 8 (of 8 total)
The topic ‘Packages display’ is closed to new replies.