Questions tagged as 'materialize'

2
answers

Materializecss is not responsive

A few days ago I made a template in materializecss; Today I accessed the phone and I realized that it is not getting responsive. I'll leave some prints to clarify better: Responsive (only when browser is down) Nonresponsive(whenacces...
asked by 17.12.2015 / 16:11
1
answer

Pin icon on lower right corner using Materialize

First time I'm using materialize . I would like to know how to set an icon in the lower right corner. <a class="btn-floating btn-large cyan pulse right"><i class="material-icons">edit</i></a> Natively if there is...
asked by 15.09.2018 / 01:35
2
answers

Materialize - How to align the footer always below?

This code below leaves it aligned below if the content fills the entire page, otherwise it stays in the middle of the body. Note: I have already read the materialize manual until it has been aligned but has not altered the side menu. I've...
asked by 18.08.2017 / 22:28
1
answer

jQuery Error + AngularJS + Materialize CSS

I have the following procedure on my angle controller: $(document).ready(function(){ angular.element('.button-collapse').sideNav(); angular.element('.parallax').parallax(); }); I'm starting these materialize css components. When I first...
asked by 14.07.2016 / 22:32
1
answer

Centralize div container materialize

I have the following structure in my HTML : <div class="image"> <div class="container center-align"> <h1 class="grey-text text-lighten-5">Análise de Sistemas</h1> <span><b class="grey-...
asked by 17.05.2015 / 00:43
3
answers

How not to activate js inherited function?

As you can see in the example below, I have a collapsible and in the initial structure I have a button / link (sign of the example), I would like to be able to push this button and not activate the function that expands the collapsible link...
asked by 16.07.2018 / 14:28
1
answer

Problem with the basics of creating a sidenav using Materializecss

I'm learning materializecss and I'm trying to create a sidenav , but I'm having problems, I'd like to know where, follow the little code: <!DOCTYPE html> <html> <head> <title>Materialize</title> <...
asked by 27.07.2018 / 19:50
1
answer

Use of classes in the Materialize grid

While reading the documentation for materialize I saw that to create a grid responsive they use the following classes at a given moment: <div class="col s2 m4 l3"> and later to complete the creation of the grid use anot...
asked by 12.05.2017 / 22:59
1
answer

All tabs appearing when updating page materialize

Does anyone know why this happens? When I refresh the page it appears a part of the following tabs and then disappears when it finishes loading. I want to prevent this from happening. HTML<sectionclass="section-cadastro blue-grey darken-...
asked by 30.01.2018 / 02:16
1
answer

Materialize 1.0.0-beta (CSS Transitions)

I'm new to the front end in general, I have basic knowledge of html and css, I'd like to use materialize and understand this function here. link As I try to use these codes on the page only I can not use the Toggle Scale on my page <...
asked by 02.04.2018 / 01:06