Okay
  Public Ticket #3353744
blog post glitch
Closed

Comments

  •  1
    aasheerseo started the conversation

    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.

    8358297365.png


  •  1,877
    Judith replied

    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.

  •  1
    aasheerseo replied

    Okay thanks, i add this to custom CSS section in the main salient settings area?

  •  1,877
    Judith replied

    Hi there,

    You can add the css from css custom code here : 

    3193782189.png

    Thanks