Which frontend for W3-CSS? - Page 2 -...

User 2903050 Photo


Registered User
260 posts

I'm new to responsive design and coffeecup and it took me a while to understand, lots of trial and error, plus messages to CoffeeCup(Ella has been brilliant helping me solve the ocd problems I had with the menu).
If I can help, just message away too.
Just updated it with finished styling so take a lot again if you want.
Kind regards,
Phil
http://phildias.com/master.html
User 2903050 Photo


Registered User
260 posts

Ella from CoffeeCup even helped me to add code to the settings <head> to get rid of that pesky android/iphone tap blue highlight mobiles give you. Take a look at the source code.
Cheers
User 244626 Photo


Registered User
811 posts

Phillip Dias wrote:
Ella from CoffeeCup even helped me to add code to the settings <head> to get rid of that pesky android/iphone tap blue highlight mobiles give you. Take a look at the source code.
Cheers


I do not see a custom stylesheet for that. Are you editing the main.css to add the style fix ?
Bootstrap 5 CSS Grid.
User 2903050 Photo


Registered User
260 posts

I added this

<style>
li.list-item-container{
-webkit-tap-highlight-color: transparent;
}
</style>

To the settings pane (head) in the SD3 project?

Is that what you mean?
Thanks
User 244626 Photo


Registered User
811 posts

Ok, I see it. I forgot to refresh my browser or something...

Nice menu !
Bootstrap 5 CSS Grid.
User 2903050 Photo


Registered User
260 posts

Twinstream wrote:
Ok, I see it. I forgot to refresh my browser or something...

Nice menu !


Cheers
User 2531231 Photo


Registered User
19 posts

Hello Phil,
Thanks a lot. Your menu is very close to what I want, so I too want to look at the source.
I'll check out that tutorial and see if I can come up with anything.
I want to keep it the way you have for the big screens, but for the smallest screen I want my 6 buttons tp two rows of 3 rather than the hamburger icon vertical.
Your help and suggestions are much appreciated.
Jim
User 458539 Photo


Registered User
1,632 posts

Phillip

would love to see a video or a tutorial for that menu sometime!

Byron

Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.