Viewing 4 replies - 1 through 4 (of 4 total)
  • It appears that the divi theme is a product of elegantthemes.com. The owner’s of the theme should be able to help you with this.

    Thread Starter dcxs

    (@dcxs)

    Unfortunately I dont have the login for thier support, the site is made 1.5yrs ago so no support.

    You would have to edit your media queries in the css so they reflect how your content is being displayed. The media query would have syntex something like this

    @media screen and (min-width:600px) and (max-width:800px) {
    
     css code here
    
    }

    The statement simply says for screens greater than 600px and less than 800px do this css code.

    Thread Starter dcxs

    (@dcxs)

    Thanks! That is a good place to start ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[Theme: divi] How can I make my site more mobile/tablet friendly?’ is closed to new replies.