Skip to main content
RyanS_Extron4075776
Inspiring
January 31, 2019
Question

Need Scalable Non-Responsive Project to Align at Top

  • January 31, 2019
  • 1 reply
  • 491 views

How do I make sure a scalable non-responsive project aligns at the top at all times? Thanks.

This topic has been closed for replies.

1 reply

TLCMediaDesign
Inspiring
January 31, 2019

I haven't tried to do that, but did work it our to force landscape. There are a couple of invisible containers along with the actual visible course that would have to be manipulated with CSS.

RyanS_Extron4075776
Inspiring
January 31, 2019

It's the main_container. When left is 0px, the top number changes. I need  to know how to halt it.

TLCMediaDesign
Inspiring
January 31, 2019

Add this in the style tag at the top of the index file

#main_container{

top: 0px !important

}