How can change font size of wizard
-
How can I change the font size of the wizard and the alphabetical index?
Herers my shotcode,
[tag_groups_alphabetical_index column_count=0 include=1 div_id=”responsive_tag_list”]
and here’s custom CSS
@media only screen and (max-width: 500px) { #responsive_tag_list { column-count:1; text-align:center } } @media only screen and (min-width: 501px) and (max-width: 1024px) { #responsive_tag_list { column-count:2; column-gap:20px } } @media only screen and (min-width: 1025px) { #responsive_tag_list { column-count:4; column-gap:20px; margin-left: 20px } }
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘How can change font size of wizard’ is closed to new replies.