Hi There~ Where can I find the css for the Color Sections ‘Minimum Height’ options? or is that javascript?
Thanks!
Hey nulrick,
Try to give the color section an ID in the box at the very bottom of the color section options.
Then use the ID to change the min-height in your css.
#ColorSectionName {
min-height: 20px!important;
}
Best regards,
Mike
Thanks Mike . I was trying to explore the way Enfold built it into the theme. Do you know where to find that css and/or script?
Hi,
I’m not understanding the question, but I think your asking about /enfold/css/shortcodes.css
Is there something you are trying to do that we can help with?
Best regards,
Mike
Yes. I am trying to modify a section that I’d like to fill 80% of the browser window, so I just need to track down the relevant css to change
are you please able to point me in the direction of the code itself because of some changes I’d like to make? Thanks!