-
AuthorPosts
-
September 12, 2015 at 6:49 pm #502149
I’m having trouble with a shortcode of a plugin, but I think it can be solved with Quick CSS. See link, insert a reference image, the plugin will display a video, note that the email field and the SUBSCRIBE button, are beyond the expected. Can you help me?
Thank´sSeptember 13, 2015 at 9:57 am #502245Hi ayron,
I’m not sure what the problem is, could you try to explain a bit further please? Also, you don’t need to start three different thread for the same problem.
Best regards,
Rikard- This reply was modified 9 years, 1 month ago by Rikard.
September 13, 2015 at 2:41 pm #502311Did you see the link?
It has a reference image, and video.
The problem occurs in the email field and in the signature button.
As described in the previous messageSeptember 14, 2015 at 4:29 am #502429Hi,
Could you try contacting the plugin authors about that? I think they will have more insight about what’s going wrong with the CSS in their plugin.
Best regards,
RikardSeptember 14, 2015 at 3:23 pm #502805Ok.
the author told me to enter! important in terminating these lines in a style file
.mc_embed_signup form select {
width: 70% !important;
display: inline-block !important;
border-bottom-right-radius: 0px;
border-top-right-radius: 0px;
margin: 0px;
vertical-align:top;
border-top-left-radius: 3px;
border-bottom-left-radius: 3px;
border-top-right-radius: 0px;
border-bottom-right-radius: 0px;
height:34px;
padding: 0px !important;
border: 1px solid #ccc !important;
box-sizing: content-box !important;
text-indent: 2%;
}befere
width: 70%;
display: inline-block;after
width: 70% !important;
display: inline-block !important;The problem was solved.
It is possible that this is done in quick theme css?
So I would not have problems every time I would upgrade the plugin.Thank´s
September 14, 2015 at 5:22 pm #502924Hi!
Yes, you can add the CSS to the child theme style.css file. As long as your using !important override it will still get applied.
Best regards,
Elliott- This reply was modified 9 years, 1 month ago by Elliott.
September 14, 2015 at 5:36 pm #502934I put the whole block?
.mc_embed_signup form select {
width: 70% !important;
display: inline-block !important;
border-bottom-right-radius: 0px;
border-top-right-radius: 0px;
margin: 0px;
vertical-align:top;
border-top-left-radius: 3px;
border-bottom-left-radius: 3px;
border-top-right-radius: 0px;
border-bottom-right-radius: 0px;
height:34px;
padding: 0px !important;
border: 1px solid #ccc !important;
box-sizing: content-box !important;
text-indent: 2%;
}or
.mc_embed_signup form select {
width: 70% !important;
display: inline-block !important;
}Thank´s
September 14, 2015 at 6:03 pm #502958Hi!
If it’s only the width and the display inline-block that you are changing then the second code should work fine.
Regards,
ElliottSeptember 14, 2015 at 6:21 pm #502966Very Thank´s
- This reply was modified 9 years, 1 month ago by ayron.
-
AuthorPosts
- The topic ‘Custon Css’ is closed to new replies.