• Hi,

    so i got this site and everything seems fine. well some trouble with the “Tell me More” but no big deal.

    The main problem is, if i have a high resolution, the whole theme seems to stop and there is a white blank on the right.
    You can see the error i’m talking about here!

    Can anyone of you help me with this? :/ would be totally awesome

Viewing 2 replies - 1 through 2 (of 2 total)
  • It’s a little tricky because I am sitting here looking at your site on a poky, low res monitor and by the way, wishing I had a beast of a monitor to work on just like your photo!

    I think that you get this problem because some of the child elements have widths declared and the containing elements have no width or maybe width: 100% or width: auto. Either way, they will fill the view-port.

    You could try adding some @media queries to adapt the site to the wider screen which will need a bit of thinking through.

    A quick-fix might be to add:

    body {
      max-width: 1260px;
      margin: 0 auto;
    }

    Only add custom CSS using a plugin, a child theme or the theme itself if it has that option.

    [Edit] All the quick fix does is to center the content.

    Another thought, you might like to contact the them developer directly

    Thread Starter Seitiro

    (@seitiro)

    Thanks for the fast answer! Hats off to you

    Yep, atleast it’s now centered and looks decent and not totally f***ed up. Guess i’ll stay with this solution till the developers give me another answer ??

    well, about the screen… that’s my television. got the PS4 and a usb keyboard& mouse… so the tv is part time in use ?? watching netflix etc, most of the working is done with the small laptop :p
    but i wanted to control the site on high resolution… and here we are.

    Thanks. I’m leaving this open because if someone has the right answer, go for it!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Full HD – White margin at the right of theme- HELP-with pic’ is closed to new replies.