Okay
  Public Ticket #443771
Boxed Layout not responsive?
Closed

Comments

  • Thomas started the conversation

    Hi Guys,

    So we are using the boxed layout for our website. However, we do not want the site to be boxed on mobile devices like iPads or smartphones (see attachments). Is there a solution?
    Also it seems our nectar slider isn\'t responsive as well.

    Thank you in advance!

    Thomas

  •  8,851
    Tahir replied

    Hey ,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :
    @media only screen and (max-width: 690px) {
        #boxed {
            width: 100% !important;
        }
    }

    Thanks


    ThemeNectar Support Team 

  • Thomas replied

    Tahir!

    Great many thanx! This fixed the boxed question. Could you perhaps take a look at the nectar slider? Because that seems to be broken. See attached screenshots. On mobile it looks broken :)

    Many thanks.

    Thomas

  •  8,851
    Tahir replied

    Hey!

    Please try using the Flexible Slider Height option in Nectar Slider.

    Also when using the flexible slider height option you have to enter the slider height based on how big your images would be at 1600px width - this will ensure the scaling is perfect with no clipping. To find the correct height for your images use this: http://andrew.hedges.name/experiments/aspect_ratio/ . The default width for images is 1600px so for example a image that is 1904 x 738px would be converted to 1600 x 620px if scaled down. Therefore slider height would be set to 620 px .


    The flexible slider height option makes the Nectar Slider respond perfectly to ensure there\'s no clipping on any view - leaving it off will cause the height of the slider to change only once per every viewport change (desktop, ipad, mobile) and clip variously between them.
    Thanks


    ThemeNectar Support Team