Home › Forums › Weaver Xtreme Theme › Insertion Areas
- This topic has 8 replies, 2 voices, and was last updated 11 years, 3 months ago by
Alexander.
-
AuthorPosts
-
May 17, 2015 at 21:44 UTC #17765
Alexander
ParticipantHello,
I have a problem. There is a demo with “insertion areas demonstration” and I can see two places for widgets
Pages Bottom Widget Area W1
Pages Bottom Widget Area W2
but I can find only one. Can you help me.
Thanks.
May 18, 2015 at 06:52 UTC #22009scrambler
ModeratorYou are confusing widget areas and widgets.
This is single widget area, called Page Bottom, inside you can put as many widgets as you want.
The way the widgets are organized is determine by the options in Main Options > Sidebar and Layout > Bottom Widget area. You can define a number of columns, or if you have plus any layout.
May 18, 2015 at 08:50 UTC #22010Alexander
ParticipantI see. Thank you.
But I have only Top/Bottom Margins.
1. Can I set special Left/Right margins only for one widget?
2. Can I set another color only for one widget?May 18, 2015 at 09:49 UTC #22011scrambler
ModeratorYes we can do all that with custom CSS, we will need a link to the page, with specifics about what you need to change and how
May 18, 2015 at 10:06 UTC #22012Alexander
ParticipantIt is only test site
I use Pages Bottom Widget Area for 3 widget.
I want:1. Set height of first widget like second one.
2. Set width of first widget less.
3. Set bigger right margin for first one.
4. Set white color for background of second widget.
5. Center the Titles of widgets.May 18, 2015 at 10:23 UTC - Views: 4 #22013scrambler
Moderator1. Given you have the plus version, you simply need to check the option “Equal Height widget Row” In the Bottom widget area settings
2. Given you have plus, you can set any width you want for your widgets using the boxes under custom widget width. Read the thread below to understand how it works
http://forum.weavertheme.com/discussion/10342/weaver-xtreme-tips-and-tutorials-part-1
3.You can increase the separation margin by putting your own value in Main Options > Fonts & Custom > Smart margin width box
4. If you inspect your page with your browser developer tools, you will find that your second widget has the ID text-9
So you can style its background color by adding the rule below in Main Options > Fonts & Custom > Custom CSS Rule box
#text-9 {background-color:white;}
5. To center the title of all widgets add the rule below in Main Options > Sidebar & Layout > Individual widgets > Widget Title BG CSS+ box
{text-align:center;}
May 18, 2015 at 10:34 UTC #22014Alexander
ParticipantI have Plus.
But for 1,2,3 I change property for all widgets.
Is It mean I have to use way like 4?For change background for only one widget I use
#text-9 {background-color:white;}Is it correct?
May 18, 2015 at 11:06 UTC #22015scrambler
Moderator1, This will only apply to widgets in that widget area. You have two widgets there right now, it will make these two the same height
2. Again this is only for this widget area, so decide what width percentage you want for the first second and third widget.
For example if you want a big first widget and two small one put the values
50,25,25;
remember to remove the value 3 from the column box
3. This will set the widget separation margin globally, if you absolutely need to increase the margin in one place only, it can be done with custom CSS but it will not be simple as there are different rule for different device size.
First try to see see if using the global smart margin works for you. If you really need to increase a single margin, post back when everything is in place with the details.
4. The rule I gave you will only affect the first widget you have now. For oher widgets, you need to inspect the page to find the widget ID. We can help if needed.
May 18, 2015 at 11:36 UTC #22016Alexander
ParticipantThank you!
-
AuthorPosts
- You must be logged in to reply to this topic.

