• Resolved Mokl

    (@mokl)


    Hello.

    I have 3 column right layout child theme of Hueman.
    When I scroll over to 100 %, header and footer background stay on the same position (width) and other all contents are responsive increases. It not look very well.
    I look at this, but editing css not helped.

    Thanx for your answers.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter Mokl

    (@mokl)

    Hello.

    It looks as my theme isn’t responsible. Look at this.
    When I using original Hueman, is it OK, But when I change on child theme, it is wrong.

    THX

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    How many lines of code do you have in your Child Theme style.css file?

    In your functions.php of your child theme, check the code lines for custom.css and responsive.css in alx_styles.

    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' ); }

    Should look like that (excerpt you may want to change get_template_directory depending on which files you want to load from the child theme)

    Thread Starter Mokl

    (@mokl)

    In the code I had it different then you write me above . I missed “template” there get_template_directory_uri at first line …
    Great. It looks perfect. Good job Alex.
    Thank you.

    Five stars. ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Width of header and foother background’ is closed to new replies.