• Any way to do it? Width of my site is currently locked at 1250px, my screen resolution is 1920×1080, so it looks very nice for me ?? But when i checked it on 1280×720 it looks really bad (theme is too big).

Viewing 7 replies - 1 through 7 (of 7 total)
  • How did you “lock” your width? Did you disable Responsive Layout? Go check in Theme Options > General. It’s the Responsive Layout that allows the theme to adapt to different viewport sizes, so it shouldn’t be disabled if you want your site to adapt properly.

    Thread Starter kacper3355

    (@kacper3355)

    It’s all time enabled. Seems to doesnt work properly. I used a bad word, i set 1250px in Theme options > styling.

    Can you post a link to your site so we can take a look?

    Are you loading css files via a child theme – alx_styles?

    If so, make sure responsive.css and custom.css have these option-codes:

    if ( ot_get_option('responsive') != 'off' ) { wp_enqueue_style( 'responsive', get_template_directory_uri().'/responsive.css' ); }
    if ( ot_get_option('custom') == 'on' ) { wp_enqueue_style( 'custom', get_template_directory_uri().'/custom.css' ); }

    Thread Starter kacper3355

    (@kacper3355)

    I cant find these codes. I dont see even custom.css ??

    Can you post a link to your site so we can take a look?

    Thread Starter kacper3355

    (@kacper3355)

    I dont really want to post link here, can you give me your email adress or something?

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘How to adapt the Hueman theme resolution to the user's screen resolution?’ is closed to new replies.