ResolvedLeft margin on main content
- This topic has 7 replies, 2 voices, and was last updated 3 years, 1 month ago by
Althemist.
- AuthorPosts
- April 6, 2020 at 4:43 pm #22049
mohakem
ParticipantI am using wpbakery to display a particular pages’ content. Specifically I am using a text box element in my page and am setting the single column page to stretch, so that there are no gaps to the left or right of my content area. However when I set the column to stretch the content/container has a space on the left (it does stretch up to the right edge of the screen however) How can I reduce this or get rid of the space/gap on the left?
Thank you
April 6, 2020 at 5:23 pm #22051mohakem
ParticipantI think I have managed to get rid of the space by setting some custom css:
.inner {
margin-left: 0px;
padding-left: 0px;
}This has got rid of the gap on the left.
April 7, 2020 at 12:29 pm #22065Althemist
KeymasterHello mohakem,
Altering the .inner container styles is not needed and even dangerous as it may cause other problems.
However, we can’t really understand exactly what are you talking about. If you provide a link where we can see the problem “live”, may be we could give you better directions.
Regards,
DimitarApril 10, 2020 at 1:46 am #22160mohakem
ParticipantThis reply has been marked as private.April 13, 2020 at 7:29 am #22189Althemist
KeymasterHello mohakem,
As I already said, we would need to see the problem “live”, no on a picture/screenshot. Basically, this should not happen, but we can’t tell what’s the reason by looking at an image.
Regards,
DimitarApril 21, 2020 at 2:14 pm #22420mohakem
ParticipantThis reply has been marked as private.April 21, 2020 at 2:41 pm #22421mohakem
ParticipantThis reply has been marked as private.April 22, 2020 at 5:32 pm #22457Althemist
KeymasterActually all the distortion comes from your custom CSS. When I disable your custom styles it looks like this:
Also, the row containing that buttons is not even set to fullwidth row. It looks like you’re forcing it to fulwwidth, but using a wrong method. There is a setting for this in the WP Bakery Page Builder Row settings.
Regards,
Dimitar - AuthorPosts
You must be logged in and have valid license to reply to this topic.