I have issues with two values in the shop (see image )
When entering higher amounts of Quantity the number is crashing the product name in the cart. I´ve changed the font size to medium, but is there a way to use th bigger font size and have aproper line break?
Same here: How can I increase the size of the Quantity box so higher values e.g. 100 will be displayed correctly?
Is there a list which parts use which classes? So I could search on my own to change sizes and stuff?
Change size of value field, wrong line break
-
- Phoca Enthusiast
- Posts: 85
- Joined: 13 Feb 2020, 17:49
-
- Phoca Hero
- Posts: 2819
- Joined: 28 Nov 2010, 17:20
Re: Change size of value field, wrong line break
Hi,
The other one, I don't know yet.
Kind regards
Christine
Try this:MAXambient wrote: ↑27 Apr 2020, 15:54 How can I increase the size of the Quantity box so higher values e.g. 100 will be displayed correctly?
Code: Select all
.form-inline .form-group .ph-input-quantity {
width: 4em;
}
Kind regards
Christine
-
- Phoca Enthusiast
- Posts: 85
- Joined: 13 Feb 2020, 17:49
Re: Change size of value field, wrong line break
Hi Christine!
Thanks a lot, this works fine and the value box has increased now. Hopefully there is a way to change the linebreak either
Bw
Markus
Thanks a lot, this works fine and the value box has increased now. Hopefully there is a way to change the linebreak either
Bw
Markus
-
- Phoca Hero
- Posts: 2819
- Joined: 28 Nov 2010, 17:20
Re: Change size of value field, wrong line break
Hi Markus,
2nd one, you could try with:
but I'm not sure, because it seems, that there is afterwards an image thumbnail in front of display.
Kind regards
Christine
2nd one, you could try with:
Code: Select all
.ph-cart-small-title a {
padding-left:15px;
display:block;
}
Kind regards
Christine
-
- Phoca Enthusiast
- Posts: 85
- Joined: 13 Feb 2020, 17:49
Re: Change size of value field, wrong line break
Cooool, tried this and it works fine Thanks a lot.
Is there a list where I can look into which CSS is used by different functions so I could find this out on my own?
Is there a list where I can look into which CSS is used by different functions so I could find this out on my own?
-
- Phoca Enthusiast
- Posts: 85
- Joined: 13 Feb 2020, 17:49
Re: Change size of value field, wrong line break
The only thing I´ve seen that, when I order amounts of e.g. 100 pieces, the Image in the Cart Module is no longer displayed. But the line break is fine.
-
- Phoca Hero
- Posts: 2819
- Joined: 28 Nov 2010, 17:20
Re: Change size of value field, wrong line break
Hi,
Found it under: main.css
Adding/Changing (Helix) should be done in: custom.css See: https://www.joomshaper.com/documentatio ... ustom-code
Now you see it as "Inline segment".
Inspector:
Kind regards
Christine
Don't know where it should be? Because: Changes of CSS could also effect other segments etc.MAXambient wrote: ↑28 Apr 2020, 13:32 The only thing I´ve seen that, when I order amounts of e.g. 100 pieces, the Image in the Cart Module is no longer displayed. But the line break is fine.
I'm using inspector, just enter: F12 (firefox) > Element der Seite auswählen > search/mark "blue" & find the relevant CSS.Is there a list where I can look into which CSS is used by different functions so I could find this out on my own?
Found it under: main.css
Adding/Changing (Helix) should be done in: custom.css See: https://www.joomshaper.com/documentatio ... ustom-code
Now you see it as "Inline segment".
Inspector:
Kind regards
Christine
-
- Phoca Enthusiast
- Posts: 85
- Joined: 13 Feb 2020, 17:49
Re: Change size of value field, wrong line break
Cool, forgot to have such functionality in my browser and used it now. This will - hopefully - helps a lot and avoid me asking too many questions in here
-
- Phoca Hero
- Posts: 2819
- Joined: 28 Nov 2010, 17:20
Re: Change size of value field, wrong line break
Thanks for your feedback, Markus.
For new questions: New Thread
Kind regards
Christine
For new questions: New Thread
Kind regards
Christine