- This topic has 1 reply, 2 voices, and was last updated 9 years, 11 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Home › Community Forums › Epik Theme Support › Reposition 'Welcome Wide' widget area
Wes,
Can you provide some direction on the proper way to reposition the ‘Welcome Wide’ widget area to where the ‘Slider’ widget is?
I don’t intend to utilize the ‘Slider’ widget and had plans on dropping a welcome-oriented message in that area.
I basically want to remove the ‘Slider’ widget and bump up the page the ‘Welcome Wide’ widget and leave all else where it currently sits.
Many thanks!
It would be easier to leave the slider widget area blank, and remove any widgets you have inside of it. Then you’ll need to remove the extra space/padding that is left behind from the “.slider-inner” in your css.
You’ll also have 40px of margin-bottom under the .head-wrap. You’ll need this for other pages, but you can remove that space specifically on the homepage by adding this –
.home .head-wrap {
margin: 0;
}
That will remove it from the homepage only, since you’ll need that space for other pages.