• Resolved pinkclings

    (@pinkclings)


    I’m using the Adelle Theme on my site. I’ve got Simple ECommerce as my shopping cart. In each of my pages where I have a picture, the text and/or the ‘add to cart’ button is cut off by the bottom line border. I need to add margin to the space between my post and that line so that my text and buttons are visible. Page: http://www.pinkclings.com.

    TIA
    Kristina

Viewing 5 replies - 1 through 5 (of 5 total)
  • salsaturation

    (@salsaturation)

    In you custom css or child theme try something like

    .article {
    overflow: visible;
    }
    
    .article input[type=submit] {
    margin-top: 20px;
    clear: both;
    }
    Thread Starter pinkclings

    (@pinkclings)

    Thank you salsaturation.
    Does it matter where I add this code?

    salsaturation

    (@salsaturation)

    Actually ignore the code I gave you… use this instead

    .fluid-width-video-wrapper object {
    position: inherit;
    }

    Add it to a custom css area (there are lots of plugins if you dont have one) or to you [Child_Themes] css

    Thread Starter pinkclings

    (@pinkclings)

    Thank you salsaturation! I’m using the JetPack CSS Customizer. It added just enough space. I appreciate your help.

    Kristina

    salsaturation

    (@salsaturation)

    your welcome – dont forget to mark the ticket as resolved

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Need to Add Margin before the Line in posts’ is closed to new replies.