This topic has 4 replies, 3 voices, and was last updated 10 years, 1 months ago ago by Robert Hall
On my clients project I need to move the Twitter icon on the Twitter slider to the left of the title. Is there a css code for this? Url is in the private area. check the footer. Twitter is centered underneath the title and it looks odd and taes up too much pace. Would also be nice to be able to reduce the amount of footer height for those projects that dont want information in the footer. thank you.
Hello,
Please use this code in custom.css file:
.et-twitter-slider .twitter-slider-title span:before {
left: -20px !important;
bottom: 0px !important;
}
.et-twitter-slider .twitter-slider-title {
margin-bottom: 20px !important;
}
.et-twitter-slider {
margin-top: -30px;
margin-bottom: -30px;
}
Is it fine now?
Thank you.
Regards,
Eva Kemp.
awesome. that worked like a charm. many thanks
Hello,
You’re welcome!
Regards,
Robert Hall.
The issue related to '‘Twitter icon css’' has been successfully resolved, and the topic is now closed for further responses