I would like to ask if it's possible to align a text block to the bottom of the row. The row has two text blocks and I need only one of the to be at the bottom of the row. As standard they are in place, but when I resize the screen or on tablet I would like to get the text align to the bottom. Please see screenshot attached.
It's not a solution. Then all text rows will go to bottom and it'll look like in this screenshot. I need only one text block to go to the bottom, not the all content om the row.
Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):
Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):
@media only screen and (max-width: 1300px) and (min-width: 1000px) {
h4.title.kl-ptfsortable-item-title {
min-height:50px !important;
}
}
Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):
@media only screen and (max-width: 1300px) and (min-width: 1000px) {
div#tab-products h4 {
min-height:50px !important;
}
}
Hello
I would like to ask if it's possible to align a text block to the bottom of the row. The row has two text blocks and I need only one of the to be at the bottom of the row. As standard they are in place, but when I resize the screen or on tablet I would like to get the text align to the bottom. Please see screenshot attached.
Hey Again,
Please provide the page url so that i can write up the custom css for whats possible.
Thanks
ThemeNectar Support Team
Hey Again,
Did you try adjusting this settings :http://prntscr.com/slnl21
Thanks
ThemeNectar Support Team
It's not a solution. Then all text rows will go to bottom and it'll look like in this screenshot. I need only one text block to go to the bottom, not the all content om the row.
Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):
Thanks
ThemeNectar Support Team
It worked. Could I ask you to wright a similar code for the spacing here, please - see screenshot
The page is here - https://ranebrook.co.uk/stag1ng/timber-windows/cords-weights-traditional-box-sash-window/
Hey Again,
Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):
Thanks
ThemeNectar Support Team
Worked perfectly for this page. Thank you
Could you help with these two pages too, as the same code didn't work for them:
https://ranebrook.co.uk/stag1ng/timber-doors/entrance-door/
https://ranebrook.co.uk/stag1ng/timber-windows/mock-sash-window/
Hey Again,
Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):
Thanks
ThemeNectar Support Team