• Hi
    I would like to customise the css for mobile, can you explain where/how to do this. Thanks for a great theme and great support!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The theme uses css media queries to change layouts for screensizes.

    Here is an example:

    @media (max-width: 768px) {
    //add your code here
    }

    what are you trying to change?

    Kadence Themes

    Thread Starter dubzzdigital

    (@dubzzdigital)

    Hi
    This is the page I want to edit. http://cricketacademy.kiwi.nz/about-us/
    In mobile view, I do not want the image of the cricketer showing – I have put the image in a div and intend to set to display:none.
    I’m also trying to make the youtube iframe fit within the mobile page. Thanks for your reply.

    Looks like you added the code, did you add the video using the theme shortcode?

    Kadence Themes

    Thread Starter dubzzdigital

    (@dubzzdigital)

    No, I had forgotten about that option. I managed to fix the display using css although its not quite perfect now in the desktop version.
    I will look at using the shortcode.
    Thanks for your response.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Edit mobile css’ is closed to new replies.