hello, on a page, see priv cont, there this two promo fields.
now , my client wants them more to the middle, but with a limited amount of choices with columns (1/5 , 1/4 etc) there is no way i can do this the regular ‘sliding blocks’ way. is there anyway a possibilty to do this . for example, could i bring two promofields in one field:?
or is the only was just do it by hand in a textfield?
Hey jelle,
Please edit your color section element and give it a unique ID – http://kriesi.at/documentation/enfold/wp-content/uploads/sites/2/2013/12/color-section-ID.png and then remove empty column element and place your content into two 1/2 column elements than add following code to Quick CSS in Enfold theme options under General Styling tab
#your-unique-id .container { max-width: 60%; }
Best regards,
Yigit