LLLes
Member-
Posts
13 -
Joined
-
Last visited
LLLes's Achievements
-
LLLes reacted to a post in a topic: Code to make emojis on desktop stay the same for mobile?
-
Code to make emojis on desktop stay the same for mobile?
LLLes replied to LLLes's topic in Customize with code
@tuanphan Oh I see, I'll take a look and see what works. Thank you so much!!! -
LLLes reacted to a post in a topic: 7.0 Brine: Can't get tagline to go under the title
-
7.0 Brine: Can't get tagline to go under the title
LLLes replied to LLLes's topic in Customize with code
@tuanphan I'm sorry, it seems I messed up the CSS for the font family, but it seems to be fixed now. Thanks again 🙂 -
7.0 Brine: Can't get tagline to go under the title
LLLes replied to LLLes's topic in Customize with code
@tuanphan Oh I mean for the tagline because the font and size are different on mobile than on desktop, thank you! -
LLLes reacted to a post in a topic: Mobile nav isn't centered and when tapped, it doesn't change colors like the pill button in the "about" section
-
Code to make emojis on desktop stay the same for mobile?
LLLes posted a topic in Customize with code
Site URL: https://www.lpyluk.com Hello, The emojis I'm using are from this site: https://www.emojiall.com/en, but when my site is viewed on mobile, the emojis change to a different format, regardless of browser. Is it possible for custom CSS to keep the mobile view of the emojis the same as the desktop version? Not sure if it's because of the emoji formatting. Thank you so much! -
7.0 Brine: Can't get tagline to go under the title
LLLes replied to LLLes's topic in Customize with code
@tuanphan Thank you so much ðŸ˜! Is there a way to make the mobile look the same as desktop? I know the code does say mobile, but somehow it doesn't look the same on mobile, even with different browsers. -
@tuanphan Thank you so so much! It worked great!
- 7 replies
-
- mobile
- navigation
-
(and 3 more)
Tagged with:
-
Site URL: https://www.lpyluk.com Hello, I've looked through a lot of forums and tried some code, but none of them seem to work. I used the tagline option to add the tagline under the title, but it's either above or below the title in weird positions. Plus, it's in a block of its own so when I adjust the bottom padding of the header, the tagline still isn't able to be right below the title. For now, it's above the title and it's blocking the primary nav on the right with its block. I'm also using a "fixed header" code, and tried to edit that or omit it, but it doesn't help with the tagline either. Is there a different code I can try to either: manually add a tagline under the title without using the option in the Brine template OR somehow make the tagline not into a block and appear under the title while using the tagline option in the template? Thank you so much!! I hope this isn't confusing.
-
@bangank36 Sorry for the late reply!! For the color change for the buttons, I meant for the mobile navigation. It works on the desktop, but not for the mobile navigation. I did try to edit some code, however, it doesn't seem to work. Thanks for your help!
- 7 replies
-
- mobile
- navigation
-
(and 3 more)
Tagged with:
-
LLLes reacted to a post in a topic: Mobile nav isn't centered and when tapped, it doesn't change colors like the pill button in the "about" section
-
LLLes reacted to a post in a topic: Mobile nav isn't centered and when tapped, it doesn't change colors like the pill button in the "about" section
-
LLLes reacted to a post in a topic: How to make the nav button colors stay the same for active state as in its hover state?
-
@bangank36 Thank you so much, it looks the same for me. I also added: align-items: center; as the last line and was able to center the text. Thank you so so much 🙂 🙂 Also, is there a way to solve this problem?
- 7 replies
-
- mobile
- navigation
-
(and 3 more)
Tagged with:
-
Site URL: https://www.lpyluk.com/ Hello, Site password: 09876 I have 2 questions: 1. I used this code to center my mobile nav, but somehow it's still left aligned and I'm not sure how to fix this: /*main menu*/ .Mobile-overlay-nav { position: absolute; top: 50%; left: 60%; transform: translate(-50%,-50%); } /*folder menu*/ .Mobile-overlay-folder { display: flex; flex-direction: column; justify-content: center; align-items: center; } 2. When a pill button from the mobile nav is selected, it doesn't change color. However, the pill button from the "about" page shows a change of color when selected. Is there a way to fix this with css? Thank you!!!
- 7 replies
-
- mobile
- navigation
-
(and 3 more)
Tagged with:
-
Site URL: https://www.lpyluk.com/ Hello, I changed the nav style to buttons and couldn't find any css code that could change the active state. When I hover over the nav, the color of the button is black and the text is white, but after I click on the button, it changes back to it's original state. Which css could make the active state be the same color as the hover state? Site password is: 09876 Thank you!