Im using Toolset and Divi, but I am not able to design the views in a nice way.
The problem is that it appears a "margin" to the right of the view. I've used the divi builder to set both margin and padding to 0px, as well as full width.
Why does it appear a gap to the right of the view?
Ive got the same problem on two seperate sites using the same system - evangeliesenteret.no and virkeligfri.no Please see attached screenshot.
I could only really say by looking at the pages in question.
I might be able to tell from the front end alone, using the browser tools, so why don't you start with those. If I need back end access I'll set up a private reply to get credentials from you.
I can see that the row where you add the two columns inherits the width: 80% style for the et_pb_row class, it looks like you need to provide styles for that particular row to set the width to 100%.
I have tried removing the padding previously, but it does not effect the weird space to the right of the view. I have attached a screenshot. Ill leave it like that for a bit so you can have a look too.
It seems strange since its the same problem on both of the websites? Ive also realized Im using two different themes - Divi and Extra, but I guess they both use divi builder.
Can I look at the back-end to see how you have set this up?
I will mark your next reply as private so that I can get log-in credentials from you—you may want to create a temporary admin user for me to use that you can later delete. And be sure to have a current backup of your site.
The problem arises because Divi's own stylesheet overrides the custom styles you apply to the modules, as you should be able to see in the screenshot "override", where it sets the width to just 90%.
You can't trump those styles from the Divi editor settings because it is more specific, and so you must add custom CSS style rules yourself with matching or higher specificity to overrule its overrule.
In the settings (under the button marked in the screenshot "settings") I added the following CSS rule: