- This topic has 5 replies, 2 voices, and was last updated 3 years, 9 months ago by .
Viewing 6 posts - 1 through 6 (of 6 total)
Viewing 6 posts - 1 through 6 (of 6 total)
- You must be logged in to reply to this topic.
Support › Forums › Flex Theme › Alignment / Formatting in Widget areas
Tagged: font formatting, widget alignment, widgets
Hi, I like the three-column layout for the Home Middle widget area, but I would like to present two different topics there, both needing a heading. Each topic will use the three-column layout below the heading. Since the default alignment seems to be that every third widget gets left aligned (1-4-7-10 etc), adding headings as text widgets causes alignment problems.
.first, .home-middle .featuredpage:nth-of-type(3n+1) {
clear: both;
margin-left: 0;
}
I got the alignment to work by adding two dummy text widgets immediately after the text widget with the heading. Using the widget title as the Heading is unsatisfactory as the Heading has the same font and styling as as the titles of the widgets in the columned areas, and I need the heading to stand out. I can format the text in the body area of the widget but cannot make the default font bold enough with html.
Is it possible to change the font/formatting for particular widgets in .css?
Many thanks,
Kevin
Can you share the site URL? Otherwise you can convert that pages to posts and use the Featured Posts widget. Because it have columns layout option.
Gladly – oldworldtours.eu
Is it not possible to add another homepage element, such as “Home Middle 2”?
Or is a static homepage the best way to go?
Many thanks!
Kevin
You will create new widget area for new section and call this widget areas from front-page.php file.
Is there a tutorial for that?
Such implementation require bit of custom code and is not considered part of standard theme support. However, if you are comfortable with code play, check this tutorial for such implementation.
How To Add A New Widget Area To Digital Pro Themes Front Page