Hi
on this site:
I am trying to change a few things –
1. the tab colours.
I can change the tabs OK across the site, but each page has different coloured tabs (or will have), but when I try and target them by page number nothing happens
.page-id-453 .js_active .tab {font-size: 22px; padding: 16px; background: #dfd80b ; color: #ffffff !important}
.page-id-453 .js_active .active_tab {font-weight: bold; color: #dfd80b !important; }
2. Column gutter
On the attached image how can I reduce the column gutter spacing?
3. Forms
How can I range the inputs and the whole form left instead of centre, and also how can I reduce the spacing between items? For example AM, PM and EVENING could all fit on one line
many thanks
Hi smoothbob!
Thank you for using Enfold.
1.) The selector is invalid. Please try this one.
.js_active .page-id-453 .tab { font-size: 22px; padding: 16px; background: #dfd80b ; color: #ffffff !important }
2.) Adjust the column width and margin.
div .av_two_fifth {
margin-left: 3%;
width: 37.4%;
}
This will affect every 1/5 columns in the site so you need to turn on the custom css class field if you want to apply it on a specific column.
3.) Do you want the checkbox to go on top of each other? Please set the Form Element Width to Fullwidth.
Regards,
Ismael
Hi
all fixed thanks, except the checkboxes – better on one line so less wide…
. input_checkbox_label {width: 90px !important} (rather than using custom class on the whole form or should I?)
thanks
Hey!
Happy you could have solved it.
Feel free to let us know if we can do anything else.
Thanks a lot
Best regards,
Basilis