• Resolved Holysterini

    (@holysterini)


    I’ve been having an issue with fluid as long as its width was nice but it wasn’t positioned on the center. Is there a way to fix this, or have it centered in a custom width? Thanks in advance

Viewing 5 replies - 1 through 5 (of 5 total)
  • Theme Author nobita

    (@nobita)

    Hi Holysterini

    Raindrops has bug.
    When display width over 1280px.

    Please open style.css and add lastline below code.

    @media screen and (min-width : 1280px){
    	#doc3{
    		margin:0 auto;
    	}
    }
    Thread Starter Holysterini

    (@holysterini)

    Thank you very much! Worked like a charm

    Is it also somehow possible to change page width so that it’s width has an maximum value (for example 750px), but when smaller than that, then fluid?

    I would like to have an narrow page, but when using on mobile device for example, then this fluid feature is really great!

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Martss, you can ask this on your own thread.

    Theme Author nobita

    (@nobita)

    Hi Martss

    It is possible.

    Please create your own thread.

    Thank you

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘custom width?’ is closed to new replies.