Thread Starter
ram70
(@ram70)
Can anyone help me please?
Thread Starter
ram70
(@ram70)
Could someone help me with this issue please?
Margins are space around each elements. The theme has a lot of those. Which margin do you have in mind? Could you please clarify that or provide us a screenshot?
We’d love to help but without knowing which margin out of the hundreds of them that the theme has, we really cannot help much.
Thread Starter
ram70
(@ram70)
The left and right margin for the website.
Is this what you mean (see screenshot http://i.imgur.com/c2I0yQG.jpg )?
If that’s the case, then you can add this to your custom CSS or child-theme CSS file:
#wrapper {
max-width: 100%;
width: 100%;
}
.
If your theme doesn’t have an area for custom CSS and you also don’t have a child-theme setup, you can use Simple Custom CSS plugin. It’ll create an area for custom CSS for you.
Link to Simple Custom CSS plugin: https://wordpress.org/plugins/simple-custom-css/
After installing and activating it, you’ll find it under Appearance –> Custom CSS.