Hi,
Thanks for great theme!
I have a problem whit the responsive in the button and text
you can see here: http://prntscr.com/6sqedo
I will appreciate advice
Thanks in advance!
Hi Lev!
Please firstly turn on custom CSS field for ALB elements – kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ and give your buttons a custom CSS class and then add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 1024px) and (min-width: 769px) {
.your-custom-class { width: 49% !important; }
}
Cheers!
Yigit
Hi Yigit,
Wow this is amazing solution and very useful!!!! I’ll use it a lot…
I put the code you send but its steal not work
you can see here:
http://prntscr.com/6tizlf
http://prntscr.com/6tizdx
I need to be like that
http://prntscr.com/6tj6nx
Thanks!!!!