diff --git a/pcf-wp/functions.php b/pcf-wp/functions.php index 9dec819..0f62e01 100644 --- a/pcf-wp/functions.php +++ b/pcf-wp/functions.php @@ -38,7 +38,7 @@ function boiler_widgets_init() { 'name' => esc_html__( 'Menu Principal', 'boiler' ), 'id' => 'dyn-side-header', 'description' => esc_html__( 'Add widgets for header sidebar', 'boiler' ), - 'before_widget' => '
', + 'before_widget' => '
', 'after_widget' => '
', 'before_title' => '

', 'after_title' => '

', diff --git a/pcf-wp/static/css/boilerplate.css b/pcf-wp/static/css/boilerplate.css index 303be2d..a86bc89 100644 --- a/pcf-wp/static/css/boilerplate.css +++ b/pcf-wp/static/css/boilerplate.css @@ -410,4 +410,13 @@ ul#menu-head li { ul#menu-head { text-align: right; +} + +section.headlogo { + display: inline-block +} + +section.headlogo img{ + max-height: 70px; + width: auto; } \ No newline at end of file