Making WordPress.org

Changeset 12304


Ignore:
Timestamp:
12/07/2022 08:15:42 PM (2 years ago)
Author:
coffee2code
Message:

Jobs theme: Fix centering of site name and main nav dropdown at smaller viewports.

Props upadalavipul, coffee2code.
Fixes #6609.

Location:
sites/trunk/jobs.wordpress.net/public_html/wp-content/themes/jobswp
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/jobs.wordpress.net/public_html/wp-content/themes/jobswp/functions.php

    r10853 r12304  
    110110    wp_enqueue_style( 'dashicons' );
    111111    wp_enqueue_style( 'open-sans' );
    112     wp_enqueue_style( 'jobswp-style', get_stylesheet_uri(), array(), '20200120' );
     112    wp_enqueue_style( 'jobswp-style', get_stylesheet_uri(), array(), '20221207' );
    113113
    114114    wp_enqueue_script( 'jobswp-navigation', get_template_directory_uri() . '/js/navigation.js', array( 'jquery'), '20131107', true );
  • sites/trunk/jobs.wordpress.net/public_html/wp-content/themes/jobswp/style.css

    r10622 r12304  
    466466    }
    467467
     468    .container .main-navigation {
     469        width: 100%;
     470    }
     471
    468472    .main-navigation ul {
    469473        display: none;
     
    14111415        padding-top: 20px;
    14121416    }
     1417    .container .site-branding {
     1418        width: 100%;
     1419    }
    14131420    #logo {
    14141421        text-align: center;
Note: See TracChangeset for help on using the changeset viewer.