Hi, I am trying to add social media buttons into the footer of my site but for some reason they are not displaying. I have activated them (as far as I can see), but no luck. Please can I ask for some help?
On my portfolio pages I have the portfolio item name displayed as the heading and it looks fine on desktop (https://o2design.com.au/portfolio/rgstrategic/), but on mobile the leading seems very tight/overlapping. Is there a way to change this?
Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):
@media only screen and (max-width: 1000px) and (min-width: 1px) {
.single-portfolio #full_width_portfolio .row .col.section-title h1, .single-portfolio .row .col.section-title h1 {
line-height:35px !important;
}
}
Hi, I am trying to add social media buttons into the footer of my site but for some reason they are not displaying. I have activated them (as far as I can see), but no luck. Please can I ask for some help?
Thanks, Warren
Hey Again,
Try selecting these checkboxes in here : http://prntscr.com/nj1hff .
Best
ThemeNectar Support Team
Hi Tahir, thank you, but I have those checked already.
Do I maybe need to add something into the Widget area?
Warren
Did you add the links in here as well : http://prntscr.com/nj25pg . Furthermore you need to turn on the copyright section as they only show up in there : http://prntscr.com/nj25yr .
Best
ThemeNectar Support Team
Hi Tahir, many thanks, it was the copyright section that needed to be unchecked.
Cheers, Warren
Hi Tahir, sorry, one more thing.
On my portfolio pages I have the portfolio item name displayed as the heading and it looks fine on desktop (https://o2design.com.au/portfolio/rgstrategic/), but on mobile the leading seems very tight/overlapping. Is there a way to change this?
Thanks, Warren
Hey Again,
Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):
Thanks
ThemeNectar Support Team
Hi Tahir, thanks very much, I really appreciate the help.
That worked like a dream!
Warren