Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #434773

    Hello

    http://www.sakuraseafoods.com/ Both these issues are on phone only:

    1. How can I get both buttons on the fullscreen slider to line up vertically?
    2. How can I get the thumbnails for the gallery to be bigger?

    Thanks much, Rob

    #434862

    Hi rdswestnet;
    try to add this code into your custom css to line up two buttons on the left in mobile screen :

    @media only screen and (max-width: 990px) {
    .avia-multi-slideshow-button.avia-slideshow-button-2{margin-left:0px;}
    }
    
    #435436

    Hi!

    1- Please refer to @begrafiks post above
    2- Please add folllowing code to Quick CSS in Enfold theme options under General Styling tab

    @media only screen and (max-width: 768px) {
    #top #wrap_all .avia-gallery-1 .avia-gallery-thumb a {
      width: 16.6%;
    }}

    Cheers!
    Yigit

    #435741

    Thanks much to both of you! I had to add !important to Yigits code. Other than that… perfect results. Case resolved.

    #435958

    Hey!

    Great, glad you got it fixed.

    Regards,
    Rikard

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘alignment and sizing on a phone’ is closed to new replies.