- This topic has 4 replies, 2 voices, and was last updated 7 years, 5 months ago by .
Viewing 5 posts - 1 through 5 (of 5 total)
Viewing 5 posts - 1 through 5 (of 5 total)
- You must be logged in to reply to this topic.
Support › Forums › Flex Theme › styling text widget below slider
Hi Paul,
I would like to style the text widget under the slider as is showed in the image. So instead of an eNews widget, I would like to have a plain text widget there. Unfortunately however, the text appears not aligned in the right way, as you can see here: http://pjoweb.nl/flexdj/
And I have the example image – showing how I want it to be – here: http://pjoweb.nl/flexdj/wp-content/uploads/flex-text-widget-home.png
Can you perhaps help me figuring out the code?
Thanks in advance,
Dee
Try this CSS
#home-top .widget_text .widget-wrap {
margin: 0 auto;
max-width: 1140px;
padding: 50px 30px 0;
}
Awesome! Thnx again!
And what if I use the Black Studio Tiny MCE widget? .black-studio-tinymce-2
I’ve tried your code in a combination, can’t get it right. Example at same url again…
You will add some CSS for better look like this
.widget_black_studio_tinymce {
background: #fafafa;
}
.widget_black_studio_tinymce .widget-wrap {
margin: 0 auto;
max-width: 1100px;
padding: 50px 0 20px;
}