Bottom margin in image alignment
As proposed in #1273, `margin-botom: 1.5em;` added to all three image alignment classes. tab line 178 inc/woocommerce.php tab line 61 inc/custom-header.php
This commit is contained in:
parent
9274f322d0
commit
bf61e8ffbe
4 changed files with 10 additions and 4 deletions
|
@ -56,9 +56,9 @@ if ( ! function_exists( '_s_header_style' ) ) :
|
|||
.site-description {
|
||||
position: absolute;
|
||||
clip: rect(1px, 1px, 1px, 1px);
|
||||
}
|
||||
<?php
|
||||
// If the user has set a custom color for the text use that.
|
||||
}
|
||||
<?php
|
||||
// If the user has set a custom color for the text use that.
|
||||
else :
|
||||
?>
|
||||
.site-title a,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue