I have a page submenu element at the start of my blog which is glitching it is leaving a margin on the right while my row is full width... also the salient social share is being hidden behind it and i think that is causing this issue. This is the case in all my blog posts.
I have a page submenu element at the start of my blog which is glitching it is leaving a margin on the right while my row is full width... also the salient social share is being hidden behind it and i think that is causing this issue. This is the case in all my blog posts.
Hi there,
Thanks for choosing Salient.
Please try this css:
@media only screen and (min-width: 1000px){
#ajax-content-wrap .row-col-gap > .span_12 {
flex-wrap: wrap;
} }
Thanks.
Okay thanks, i add this to custom CSS section in the main salient settings area?
Hi there,
You can add the css from css custom code here :
Thanks