Tagged: x
-
AuthorPosts
-
February 6, 2017 at 12:52 pm #1360040
nedalpertParticipantHello:
I am trying to reduce the font-size on my iPhone settings, as the site title extends past the device borders.
I was able (a separate matter) to make some child theme CSS adjustments to this tag (.x-brand), changing the color and referring to a custom font like so:
.x-brand {
font-family: ‘Herculanum’, sans-serif;
color: #999999;
}/* Media Queries */
@media only screen
and (min-device-width: 375px)
and (max-device-width: 667px)
and (orientation: portrait) {
.x-brand {font-size: 24px !important;}
}The Media Query above is just not working, and I have tweaked the dimensions and also the tag (tried .x-brand text with no success) — can you see what I am doing wrong? I have the Customizer logo text set to 60 for the desktop size.
Thanks, Ned
February 6, 2017 at 12:53 pm #1360042
nedalpertParticipantFYI — web url is ambrosianijewelry.com
Thanks, Ned
February 6, 2017 at 1:33 pm #1360091
DarshanaModeratorHi there,
Thanks for writing in! First of all, you could copy all your custom CSS rules into an online tool like CSS Lint (http://csslint.net/) to make sure that there are no errors.
Let us know how it goes.
Thanks! -
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1360040 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
