hello, how can i reduce the high of a section? i gave it a css name: s1 and i need the picture that is in that section - to be in the center from top and bottom of that height...
how exactly you want to reduce hight of the section? Because the height of the section section always fit to content inside. But to setup image for section, you must setup background image for section item.
i'll give you example from this url: http://www.shefa.digital/li1/ i added a css name to the section that i want to change: S and that the code that i used: .s { max-height: 120px;} it worked and the section height is reduced as i wanted, but now the text padding on the bottom of the section. how to make to fit in the center of the section?
The explanation you sent above is properly. But please send us screenshot of the second part because we have no idea which padding you want to control as we see all is fine now.
How? Sorry but this question should be sent to developer who is responsible for building website because those errors are completely not related with theme.
Comments
how exactly you want to reduce hight of the section? Because the height of the section section always fit to content inside. But to setup image for section, you must setup background image for section item.
http://www.shefa.digital/li1/
i added a css name to the section that i want to change: S
and that the code that i used:
.s { max-height: 120px;}
it worked and the section height is reduced as i wanted, but now the text padding on the bottom of the section. how to make to fit in the center of the section?
thank you.
please look - the padding between the top and the bottom of the section isn't equal
that's the picture url:
http://www.shefa.digital/wp-content/uploads/2015/04/text.png
and that's the page url:
www.shefa.digital/li1/
i want the text to be in the center of that section.
thank you
how to fix them?