Questions tagged as 'css'

0
answers

Delete space between the Menu with div class navbar and a responsive Html table [duplicate]

I have a table html that is responsible for displaying the system content for the user, and the problem is that there is a space that persists between the Menu and that % > table html . Top Menu: <!DOCTYPE html> <html> <...
asked by 28.12.2018 / 19:49
1
answer

Repeating background gradient problem

How can I make a gradient background repeat out of the defined position for the layout? Consider the following image: Ineededtorepeatthegreenwaterandtheorangecolor,whicharealsogradients.EDIT:Example: link     
asked by 08.05.2014 / 19:56
1
answer

Original site does not accept CSS that in localhost is working

I use GIT for versioning the project in development. I have a form made with Contact Form 7 and to change its default, I changed some classes with css . In the local version it worked. However, when committing to the server, CSS is not acce...
asked by 07.05.2014 / 14:08
1
answer

Float: left and float: right at lower resolutions

I have component 1 in float:left and component 2 in float:rigth , but the problem occurs when in minor resolution component 2 is below component 1 facing right side and component 1 facing pro left side. My goal is that in minor r...
asked by 30.11.2014 / 18:46
1
answer

Change div background on visited

I want to change the background of div , when the person is visiting that link. I tried to use visited but it is not working. HTML <div class="e divFloatLeaft"> <h:link styleClass="menu" value="Página Pr...
asked by 27.11.2014 / 13:19
1
answer

inline display does not work!

I would like it to look like this: But,itlookslikethis: csscode:.ro{text-align:center;display:inline;}Codephp:<divclass="ro"> <div class="col-4 text-center"> <p>_______________________________________</p>...
asked by 11.12.2018 / 03:16
0
answers

How to open an article in a new page with a size that does not occupy 100%? [closed]

My article is appearing in a call on the index page, I would like it to open on a new page but with a width that is not 100%. <article id="tres" class="caixa caixa2 sombra"> <img src="noticia01.jpg" alt="" ti...
asked by 12.12.2018 / 23:40
1
answer

Boostrap overwriting CSS. How to avoid?

I got a CSS ready template from the internet to choose a payment method from my site. Below is the link for it. link However, when I import the header and footer, (I am using PHP for this) using Bootstrap, the payment page is unconfigure...
asked by 08.12.2018 / 14:22
0
answers

Scrollspy does not work

Scrollspy is not working, I would like to change the class of each navbar item when the user goes through a specific section, I have made all the recommended imports in the documentation and it still does not work Additional information: Boot...
asked by 07.12.2018 / 11:42
2
answers

How to adjust height of sidebar elements?

I'm having this problem where something from the "DIV Feed" is exceeding the size of its "parent DIV". I am willing to better explain the problem if necessary. HTML: <div class="container"> <div class="row"> <div cl...
asked by 09.02.2014 / 21:32