Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #381241

    Hi!

    I’d like to make several small adjustments to how my site looks on iPhones and other small mobile devices.

    First, is it possible to change the order of several icon boxes? Specifically, I’d like to make the icon box called “The Nature Place Day Camp” show before the one called “Farm & Garden Days” (link below).

    Second, I want the tagline text below the rotating images on my homepage to be a smaller font size than it is on all other sized devices.

    Thank you so much!

    #382504

    Hi 1lizcollins!

    I cannot see rotating images ( slideshow? ) on your home, if you meant “Programs” text, please add following code to Quick CSS

    @media only screen and (max-width: 990px) {
    h2.av-special-heading-tag {
    font-size: 20px;
    }}

    It is simply not possible to change the order of items on mobile. But you can turn on custom CSS field for ALB elements ( http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ ) and give your elements a custom CSS class and using custom CSS code, you can choose to hide/display them on mobile/desktop.

    Best regards,
    Yigit

    #382724

    Perfect, thanks so much! You can mark this as solved.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘A few mobile-view changes’ is closed to new replies.