Issues with iPad

Keryth987
Keryth987

So, testing out some more customization for Shadows and got it working on my test site on the computer. however when I go to the Ipad, which most of my players use at the table, it looks off.

 

I used the CSS code Alex Redeye posted in the CSS Beta Discussion, but still no go

Any clues?

Page is HERE

What little CSS the test site has


/* TEMPORARY? WIDTH FIX */
.campaign-public-layout #content { max-width: 1280px !important; }

/*MEDIA QUERIES*/
/* SMARTPHONES (PORTRAIT AND LANDSCAPE) */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
/* CSS HERE */
}

/* SMARTPHONES (LANDSCAPE) */
@media only screen and (min-width : 321px) {
/* CSS HERE */
}

/* SMARTPHONES (PORTRAIT) */
@media only screen and (max-width : 320px) {
/* CSS HERE */
}

/* TABLETS (PORTRAIT AND LANDSCAPE) */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
/* CSS HERE */
}

/* TABLETS (LANDSCAPE) */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
/* CSS HERE */
}

/* TABLETS (PORTRAIT) */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
/* CSS HERE */
}

/* DESKTOPS AND LAPTOPS */
@media only screen and (min-width : 1224px) {
/* CSS HERE */
}

/* LARGE SCREENS */
@media only screen and (min-width : 1824px) {
/* CSS HERE */
}

 

Comments

Sign In or Register to comment.

March 2024
Wrath of the Highborn

Read the feature post on the blog
Return to Obsidian Portal

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Discussions