Site logo

Archived topic

Removing container boarder

13 replies · Started by Franklin on July 28, 2019

Viewing posts 1–14 of 14

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

Hi there,

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

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 :)

Your image isn't loading.

This topic is related to the original issue though.

Can you try adding this CSS?:

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

Let me know :)

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

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?

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

Not quite sure if I fully understand.

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

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.

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?

This archived topic is closed to new replies.