- This topic has 7 replies, 2 voices, and was last updated 2 years, 9 months ago by .
Viewing 8 posts - 1 through 8 (of 8 total)
Viewing 8 posts - 1 through 8 (of 8 total)
- You must be logged in to reply to this topic.
Hi, I’m using the Ashe pro theme and the Main style and I’m having problems with the media & text block:
1. the text in this block is automatically left-aligned and not justified as the regular paragraph blocks (I could fix this with a plugin) and
2. the media & text block comes with a smaller width than the paragraph blocks and no matter whether I have the image on the left or right, the block just does not align with the other text blocks.
So far I couldn’t find a way to adjust the width…
Any tips for this?
Hi Nadja,
Please share the direct link to the page where the issue exists and please also share the screenshots of the issue for more clarifications.
Kind Regards
Hi Nadja,
The link you shared returned back 404 page not found, so as the page is still draft I am not able to see its content.
In order to assist we need to check your website from the back end, please install this 3rd party plugin “Temporary Login Without Password Plugin” which allows us to access your dashboard without sharing access details.
To better understand how the plugin works, please watch the video guide below: https://www.youtube.com/watch?v=EMu0e78OpJo
Please make sure to mark your reply as private to hide it from the public.
Kind Regards
Hi Nadja,
Please navigate to Dashboard > Appearance > Customize > Aditional CSS and following snippet:
.wp-block-media-text__content {
padding-left: 0 !important;
}
Kind Regards
Hi Nadja,
Please navigate to Dashboard > Appearance > Customize > Aditional CSS and following snippet:
.wp-block-media-text__content {
padding-left: 10px !important;
padding-right: 0 !important;
}
Kind Regards