Different width of x-main left

Hi,

You gave me the manual to add an extra attachmend site to X. Everything is working fine:

The only thing is that this site has another format. The x-main left has not the same size like in a post:

Can you please help me to fix this?

Michael

Hi there,

Unfortunately I did not understand exactly what was the difference between first and second link. Also the PHP file attachment just redirected to a page:

Would you please kindly give us more detailed information of the customization you have done and which section is that in the front end with screenshot so that we can understand the case.

Thank you.

Hi,

the class=“x-main left” of the first 2 links is different. Why?

In posts is ok:
Screenshot 001

In attachment-page it´s to smal:
Screenshot 002

Michael

Hi There,

I couldn’t find the page that in the screenshot 002.

Could you please provide us with the link to that page?

Thanks.

Hello,

did you read the whole ticket?

You can find the link already in my fist post.
https://one-million-places.com/reiseberichte/asien/japan/mount-fuji-chureito-pagoda/attachment/arakurayama-sengen-park-bilder-016

Hey Micheal,

Your page “Titelbild Arakurayama Sengen Park” is using some inline CSS for that page.
Please provide us temporary wp-admin login details, so we can take a closer look into it and guide you.

Regards

I do send you a secure note

Hello,

Thanks for the credentials.

I`ve checked your custom CSS codes at X > Launch > Options > CSS and to fix it, I just added the following codes:

.single.attachment .x-main {
   width: 100%;
}

.x-main.left {
  padding-right: 0px !important;
}

Let me know if it worked :slight_smile:

Hi,

it´s much better now, but there is still a difference in both sites.

I have attached a screenshot and you can see the different size of x.main.left.
What is reason for that?

Hi there,

Please add this additional code:

.attachment .x-container .entry-content .x-container {
    width: 100%;
}

.attachment .x-container .entry-content {
    margin-top: 0;
}

Hope this helps.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.