[Resolved] Removing container boarder

Home Forums Support [Resolved] Removing container boarder

Home Forums Support Removing container boarder

Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #969049
    Franklin

    HI,

    Just wanted to know how i can remove this on my blog post.

    http://prntscr.com/ol1bv2

    Can’t seem to find an option to do it.

    Regards

    #969170
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    Any chance you can link us to your site so we can take a look at the code?

    #969513
    Franklin
    #969541
    Leo
    Staff
    Customer Support

    Remove this CSS added:

    .inside-article, .sidebar .widget, .comments-area {
        border: 1px solid rgba(232,234,237,1);
        box-shadow: 0 0 10px rgba(232,234,237,.5);
    }

    Should be in Additional CSS field in the customizer. Can’t confirm as you have Autopimize on.

    Let me know if this helps πŸ™‚

    #981575
    Franklin

    Hey so I managed to remove it but now my formatting is a bit messed up

    All my images stay to the left even tough I have them set on center.

    https://ecomelites.com/shop-inspect-review/

    #981590
    Leo
    Staff
    Customer Support

    Any chance you can open a new topic for the separate question and make sure this is done?
    https://www.screencast.com/t/Tc62tcCtou

    Thanks πŸ™‚

    #981637
    Franklin

    Your image isn’t loading.

    This topic is related to the original issue though.

    #981650
    Tom
    Lead Developer
    Lead Developer

    Can you try adding this CSS?:

    picture.aligncenter img {
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

    Let me know πŸ™‚

    #981683
    Franklin

    That didn’t work just came up with a code error.

    this random code is in there that says media left http://prntscr.com/orf0qv

    #981696
    Leo
    Staff
    Customer Support

    Tom’s CSS should work (just tested it) but I’m not seeing it being added.

    Did you clear your caching plugin after adding the code?

    #981715
    Franklin

    The code fixed it but not i can’t have images on left or right its disabled my option to align images using the regular wordpress options.

    I don’t want it like that I still want the other options as we dont always center images.

    Everything was woking fine 5 days ago I haven’t touched anything only the board that was first mentioned.

    The left option just seems messy now etc.

    http://prntscr.com/orfy1f

    Thanks

    #982129
    Leo
    Staff
    Customer Support

    Not quite sure if I fully understand.

    Can you link me to a page where I can see the left alignment issue?

    #983530
    Franklin

    The problem is, your code has over written the wordpress aliment…

    So the only option i have now is center. If i go back to left or right it messes up because the code has over written it.

    I just want my standard wordpress aliment function back.

    #984161
    Tom
    Lead Developer
    Lead Developer

    The code I shared above should only apply to the .aligncenter class, which WordPress only adds when the image is set to align center (not left or not).

    I would need to see the left/right alignment issue in order to debug why it’s happening. Is it something I can see on one of your pages?

Viewing 14 posts - 1 through 14 (of 14 total)
  • You must be logged in to reply to this topic.