Forum Replies Created
-
AuthorPosts
-
January 25, 2020 at 12:10 am in reply to: media queries not working in styles.css in Child theme #1178238
Thank you so much for your help! I reviewed the css before the media queries and did find the error! Then VOILA! it started to work. :)
Thank you!
BeccaJanuary 22, 2020 at 3:55 am in reply to: media queries not working in styles.css in Child theme #1177000Hi there!
Thanks for looking at this. This is the code I have in there:
@media only screen and (max-width: 767px) {
.container.av-logo-container {max-width: 100% !important; width:100% !important;}
.inner-contaner { height: 150px !important;}
.responsive.html_header_top.html_logo_center .logo { left: 50%; top: 2%; }
.responsive #top .logo { display: grid; }
.responsive #top #header_main > .container .main_menu .av-main-nav > li > a { padding: 0 20px 0 20px; }
}January 14, 2020 at 7:23 pm in reply to: Child theme Custom Font (@font-face in css) not displaying #1173591Hey Rikard! Thanks so much for responding. :)
I was searching for answers and trying all the things I could think of, walked away from the computer came back and it was working. D’oh! A huge relief. :)
Thank you though!
BeccaHey Nikko!
Thanks for the reply! Honestly, as soon as I sent this off, it all of a sudden started to work. lol Embarrassing but also a huge relief. I must have been holding my mouth funny.. ;)
Warmly,
BeccaHi there!
I’ve added a @font-face to my styles.css in my child theme to add a custom font, and in the preview window of the text block it is showing the font, but on the site it isn’t. Is there something that could be blocking this style? I’m not even seeing the class show up in the inspect element screen.
Thanks!
Becca -
AuthorPosts