Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #936110

    Hi, why is my site content is being displayed in such a narrow small space?

    How can I make it take the full width of the screen or at least 90% of it?

    Thanks.

    #936280

    Hey DROR,

    I couldn’t reproduce that result on my end on a 13″ laptop, what type of screen are you on when seeing that?

    Best regards,
    Rikard

    #936387

    It’s a 23 inch screen. On my 13″ laptop it also looks OK but I want it to look OK on bigger screen aswell.

    #936534

    Hi bakbek,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    @media only screen and (min-width: 2000px) {
      #top .avia-section .container,
      #footer .container {
        width: 80vw;
        max-width: 80vw;
      }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #937209

    OK, I changed it to 70 and it seems great. Problem is that the menu is still very narrow.

    And more importantly, why isn’t this working with the basic settings of the theme? Why do I need custom CSS to determine the width of the site and menus?

    #937230

    Problem is still here when it comes to my Macbook display, how can I make it take full width or 90% width on such screens? It’s a macbook 13 inch. seems like the code is not working on it.

    #937633

    Hi bakbek,

    The code I gave you will work on screens bigger than 2000px, it is not for 13inch macs, I thought that’s what you needed as per your thread above.

    You can set the width of the container in the theme options here
    Image 2018-04-05 at 17.45.01.png

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #937954

    I have that already setup in the theme settings but on my macbook the site is not taking the full width of the screen and it messes up with how everything looks… how can I make it take 90% of the width of the screen on macbook so the site will look the same is does on bigger screens?

    #938955

    Hi bakbek,

    Try this code:

    
    @media only screen and (min-width: 990px) and (max-width: 1999px) {
      #top .avia-section .container,
      #footer .container {
        width: 90vw;
        max-width: 90vw;
      }
    }
    

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #939301

    Got it. Thanks!

    #939705

    Hi,

    Glad we could help!
    Please take a moment to review our theme and show your support https://themeforest.net/downloads
    To know more about enfold features please check – http://kriesi.at/documentation/enfold/
    Thank you for using Enfold :)

    Best regards,
    Ismael

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘Why is the site so narrow and not taking the full width of the screen?’ is closed to new replies.