Questions tagged as 'css'

0
answers

Browser Chrome x IE Wordpress

I have some sites on the same server with wordpress in which they appear with loading error of certain images, recently I changed a flag in chrome because some sites like facebook were not loading accents, after changing the render flag of s...
asked by 03.12.2014 / 04:40
0
answers

Decrease the height of a div

I want to make a change in div height on my site, but I do not know exactly where to edit, I'm new to WordPress and I do not understand much programming and I'm kind of lost. It is div of the newsletter of the home page of the s...
asked by 24.01.2015 / 04:23
1
answer

Editing Table layout

Good afternoon! I have basic knowledge of CSS, and I'm having a hard time completing a task. I need to create an email for abandoned cart in Magento. Follow the model that is. <tr> <td>{{var row_item_row_number}}</td>...
asked by 31.10.2018 / 20:53
2
answers

How do I limit the amount of characters in a textarea and an input using CSS

Good afternoon. I'm doing an activity in college, where I need to limit a text field to 100 characters, but I have to use only CSS for this. I've tried these two ways: Example 1: .es1[type="text"]{ background-color: rgb(173,234,234);...
asked by 05.09.2018 / 20:36
2
answers

Avoid scrolling horizontally html

Galera tou configuring my css but ta showing a horizontal scroll already tried in various ways and nothing! Follow the code: @charset "UTF-8"; body{ width: 100%; height: 100%; background-color: white; } li{ color: white; } header#fund...
asked by 22.09.2018 / 01:36
2
answers

How to use an external (ready) CSS style in HTML code?

My question is the following, I have an HTML code that I am using to learn in my course classes. So after CSS class I wanted to use one of the templates used during the explanation in my code. I put the folder with the style inside the folder...
asked by 31.08.2018 / 03:04
1
answer

Child element behind parent

I have two parent and child elements with position fixed in both, how do I get the child to stay behind the parent? I have a bottom menu (parent), when clicked opens the submenu (animation) child appearing behind the menu.     
asked by 27.08.2018 / 17:32
2
answers

Change the styles of the Bootstrap form fields

I wonder if there is any way to change bootstrap form field styles. I wanted to put together a form with a border-bottom and transparent background but I can not. does anyone have a solution?     
asked by 05.06.2018 / 22:00
2
answers

Place side-by-side css / html / bootstrap elements

I need to put these two elements side by side, how can I do this? Using html / css / bootstrap. My code: Html:<divclass="container"> <div class="pesquisa"> <form id="filter"> <label>Filtre tickets pelo nome: </l...
asked by 01.06.2018 / 23:08
0
answers

IE9 decreases sidebar width with auto scroll

I'm facing a layout problem with IE9. On a certain page I'm developing, there's a side menu bar with CSS property overflow-y: auto so that a scroll bar appears if the content in the menu does not fit the part defined for it. The behavi...
asked by 20.08.2014 / 20:47