Siobhan Bamber (siobhyb) on "[Theme: Goran] Extra space on front page after content"

ساخت وبلاگ

After the slider on my home page, there is an abundance of space before the widgets. I have tried everything but can't seem to find the css code that changes it. Any ideas?

http://www.upstreamalliance.org

Hello,

Try the following CSS

@media screen and (min-width: 1020px) { .front-page-widget-area { padding-top: 10px; } }

Hope that helps.

element {width: 25%;padding: 0px 10pt 0px 0px;float: left;}

Add this to your custom css.

@ebaugh, I tested the CSS provided by @MyThemeShop and it worked out for me. :)

In case you're not aware: To add custom CSS, firstly set up a child theme or activate a custom CSS plugin. If you have Jetpack installed then you can enable its custom CSS module.

Enter the following snippet in either the editor for your CSS plugin or the style.css file of your child theme:

@media screen and (min-width: 1020px) {
.front-page-widget-area { padding-top: 10px;
}
}

You can increase/decrease the value of padding-top to increase/decrease the amount of space at the top of your widget area.

Let us know how you get on or if you have any extra questions.

WordPress ...
ما را در سایت WordPress دنبال می کنید

برچسب : نویسنده : استخدام کار wpss بازدید : 278 تاريخ : يکشنبه 3 مرداد 1395 ساعت: 21:27