Tagged: x
-
AuthorPosts
-
November 2, 2016 at 4:31 pm #1241464
murrageoParticipantGood afternoon,
I like the way my website: http://www.agnotology.net looks on large displays, but on mobile the text in the logo is cut off rather than scaling so that it fits.
November 2, 2016 at 11:38 pm #1241888
RadModeratorHi there,
Thanks for writing in.
The logo is too long, it’s now a headline. Please check this http://demo.theme.co/integrity-1/shortcodes/responsive-text/
The please add this code to your child theme’s functions.php with your preferred size setting.
add_action('wp_footer', 'responsive_logo', -999999); function responsive_logo () { echo do_shortcode('[responsive_text selector=".x-brand" compression="1.5" min_size="36px" max_size="78px"]'); }Hope this helps.
November 3, 2016 at 5:49 pm #1243003
murrageoParticipantOkay, I understand how I could make headlines responsive text as per: http://demo.theme.co/integrity-1/shortcodes/responsive-text/
I’m still confused about the Logo that “is too long . . . now a headline.”
In order to edit the child theme’s functions.php I’d access the FTP client available with my server? When I look there I find many .php’s, but no functions.php. There is one specifically for the header, though. Could I input the code you provided above there?
November 3, 2016 at 10:54 pm #1243323
FriechModeratorHi There,
That is because you set the Logo Font Size to 50px on Customizer.
You can add this under Custom > CSS in the Customizer instead.
@media (max-width: 480px) { .x-brand { font-size: 2em; } }Hope it helps, Cheers!
November 4, 2016 at 11:08 am #1243953
murrageoParticipantGreat! That got the logo working, but the dropdown menu is still absent. There should be several menu options that aren’t appearing.
November 4, 2016 at 1:02 pm #1244084
JoaoModeratorHi There,
Please add the following code to Appereance > Customizer > Custom > CSS
.x-btn-navbar, .x-btn-navbar.collapsed { color: black !important; }Hope that helps
Joao
November 4, 2016 at 1:22 pm #1244110
murrageoParticipantGreat ya’ll are the best!
November 4, 2016 at 2:32 pm #1244204
JoaoModerator🙂
Thanks for your kind words.
Joao
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1241464 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
