New Landing How can we help? Themeforest Theme Support Dante Full Width Text box not really full width on large screens

Viewing 2 posts - 1 through 2 (of 2 total)
  • Posted in: Dante
  • #88658
    wademd
    Member
    Post count: 37

    Hey Guys,

    I was informed by my client that the Full Width text box that I used dont actually go full width on large screen. On my 13″ macbook it looks fine but they noticed this using a 27″imac. When they pointed this out I zoomed out in my browser and noticed this too. I attached pictures to show what im talking about.

    On smaller screens you can see it when you zoom out to 50%. The link to the page im talking about is: http://rumble.me/platform-tour/

    How can I ensure that these “full width” text boxes actually go to the edge of the screen. I can’t seem to figure out the css to force it to the edge, no matter what I do it doesnt seem to go past this point. Any idea how to fix this?

    Thanks for you help.

    #88929
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Add this to your custom css:

    @media only screen and (min-width: 1200px) { 
    .alt-bg {
       padding-left:1000px;
       padding-right:1000px;
       margin-left:-1000px;
    }
    }

    – Kyle

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.