N
N
natoster2015-11-08 11:11:05
Web development
natoster, 2015-11-08 11:11:05

How to remove padding on a page in wordpress?

Faced with the fact that it is not clear how to remove huge indents on the site page and in the same footer.
Here, for example, screen 1, as we would like to do.
And screen 2, as it turns out. The arrows show the indents in question.
In editing the page is "Front Page", because. when "Full width" is selected, the padding becomes even larger.
Here is the theme I am using https://wordpress.org/themes/sydney/
How can I fix this? Wouldn't like me to subject.
7f972ea3b38c4e6c9685324415d5ce26.JPG
Screen 2 below, as it turns out.
26961905293642828ecaff3fb23737e4.JPG

Answer the question

In order to leave comments, you need to log in

3 answer(s)
I
Ivanq, 2015-11-08
@natoster

Add to CSS:

#content {
    padding: 0px;
}

K
Kirill, 2015-11-08
@GoooodBoy

Show the code, so just a finger to the sky. In general, in firefox, press F12 and see which element creates such indents.

M
Mihai, 2015-11-08
@Q2art

You need to change the padding parameter (indent) to a smaller value, like this .

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question