Questions tagged as 'css'

1
answer

Send email PHPMailer SMTP with CSS styles

Hi, I'm trying to work with the PHPMailer library, which works correctly if I do not enter the SMTP method, if I add the SMTP method that my server allows to configure, it sends me this error message: Fatal error: Uncaught...
asked by 26.12.2016 / 23:54
2
answers

Photo caption when mouse is passed over

I am trying to modify a wordpress template of "envato market" called Kalium, it is a template dedicated to show photographic content, portfolios and galleries of various types, one of those types is one called "lightbox portfolio". In the opt...
asked by 24.08.2016 / 11:24
2
answers

Because it does not load the images on my web page, with the code forbidden 403

I have uploaded a page with adobe Muse, and the images do not load, I have tried in another hosting and if it is possible, that means the forbidden 403. I will appreciate explaining this effect. Thanks and regards     
asked by 23.08.2016 / 18:48
1
answer

Generate DNA structure with HTML AND CSS

How to create a DNA structure using html CSS that at the same time is in motion, like the following image: but using HTML CSS and if necessary jQuery and this vertical mind structure? I have the following código htm...
asked by 29.11.2018 / 21:51
2
answers

Hopping php html

The problem is that the footer or footer is attached to the images that are going up in the gallery module, but the problem is that it does not make the line jump. GALLERY CODE <!-- gallery --> <div class="gallery" id="ga...
asked by 26.11.2018 / 01:49
1
answer

Make a container with position absolute adapt to its content in Chrome

I want the container to adapt to the content (textarea) in Firefox it looks good. But in chrome the container becomes smaller than the textarea. This is what I have tried: .item{ border: solid 1px; position: absolute; } .mar...
asked by 28.05.2018 / 04:59
1
answer

Failed to solve the errors indicated by Google developers pagespeed js + css [closed]

I am working on a web page and it is already uploaded to the hosting (but since I have to fix some things still, I have closed the access). The issue is that I opened it a moment to see what google used to tell me in its tools for uploading a we...
asked by 28.05.2016 / 20:54
1
answer

Edit themes for prestashop 1.7

I'm trying to generate a new theme for prestashop 1.7 but I'm running into a series of problems. I copy the default theme and set it as a new one. I edit files to know how prestashop works and does not make any changes: for example in the...
asked by 08.03.2017 / 11:02
2
answers

How to align the 2 input radio button to the right

How can I align the radio button inputs using semantic ui: body { background-color: #fefefe !important; font-size: 9px !important;} .navbar-nav > li > a { font-size: 13px; } /* PASOS */ .item-flow{ text-align: center;...
asked by 02.05.2018 / 23:53
2
answers

CSS: Put two bootstrap buttons side by side

The buttons look like this: What CSS rules would I have to put them in so that they would be next to each other? <td> <a href="{{ route('admin.admins.show', $admin->id)}}" class="btn btn-info btn-sm">View...
asked by 08.09.2017 / 09:42