Okay
  Public Ticket #3221453
Mobile - Max Website Container Width
Closed

Comments

  •  3
    Byron started the conversation

    Hello ThemeNectar

    Can you help me to adjust the width of the page in the mobile version. I couldn't find the way.

    Especially in the mobile version.

    I attach the examples:

    Current: EIMG_1.jpg
    Example: EIMG_2.jpg


    Attached files:  EIMG_1.jpg
      EIMG_2.jpg

  •  8,839
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):

    @media only screen and (max-width: 690px) {
        .container, .orbit-wrapper .slider-nav, .post-area.standard-minimal.full-width-content .post .inner-wrap {
            max-width: 300px !important;
        }
    }

    Thanks


    ThemeNectar Support Team 

  •  3
    Byron replied

    Funciona perfectamente !

    Thanks for your help.