Is it possible to make column paddings bigger than 17%? I feel like it wouldn't be too hard to include in the theme options, and it gives the user a lot more freedom.
In my case: I'm using an SVG file, but do not know a lot of HTML / CSS to set the size for the SVG file. So I want to make it smaller by increasing the column paddings Unfortunately I'm limited to 17% column paddings in the Salient theme options and I think the logo looks too big.
Is there a work-around for now or even a possible future update of the theme which would make a bigger percentage of column paddings possible?
Maybe another way to approach this is to be able to determine the size of the SVG logo in the extra class field with a certain percentage? I don't know how to write that though (: Could that be a possibility?
Simply add a extraclass to the row or column that has the svg and set a max-width like below:
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):
Hi,
Is it possible to make column paddings bigger than 17%? I feel like it wouldn't be too hard to include in the theme options, and it gives the user a lot more freedom.
In my case: I'm using an SVG file, but do not know a lot of HTML / CSS to set the size for the SVG file. So I want to make it smaller by increasing the column paddings Unfortunately I'm limited to 17% column paddings in the Salient theme options and I think the logo looks too big.
Is there a work-around for now or even a possible future update of the theme which would make a bigger percentage of column paddings possible?
Kind regards,
Steven
Hey Again,
We can increase 17% padding to 20% via custom css for now if thats needed .
Please provide the page url so that i can write up the custom css for whats possible.
Thanks
ThemeNectar Support Team
Is 20% really the maximum?
It's the red area with the vertically / horizontally centered logo.
http://fresh.artdcom.com/mimaki/
Maybe another way to approach this is to be able to determine the size of the SVG logo in the extra class field with a certain percentage? I don't know how to write that though (: Could that be a possibility?
Hey Again,
Simply add a extraclass to the row or column that has the svg and set a max-width like below:
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