lalamums
MemberForum Replies Created
-
#specific widget-14 {
}
#text-14 {
}
Is there a difference between theese two?
text-align: center;
margin: 0 auto;
But just putting theese two in custom css could mean anything on my site?! It doesnt tell that its going to apply for a specific widget.
Is this why i use this..
#text-14 {
}
Telling wich widget it is? then I wonder why it says #text-
How do i know where to put the code?
Just putting that in custom css wont help me much 😛
So where do i put it? and how do i determine a widget ID?
thank you for helping me out guys!
So the number 14 is the ID?!
What i mean is the whole are of that special widget.
If I get a social icon widget, the icons are showing to the left
But i Want them to be centered.
I use Easy Social Icons.
But this was just one example, I want to learn the code standard code for making change in a widget.
But i want everything to be in the center..
what does text-14 refer to? what does it mean?
I want the whole widget to be centered of the third column.
I have 300 px right sidebar and I wanna make a specific widget centered.
The link you gave me
#text-14 {
text-align: center;
}
What does this do?
I havent put it in yet at my site.. but I want to learn how to do it..
I guess every widget gets an ID that you could find with firebug?
what code do i use to make a specific widget centered?
There should be some standard code.. and then you just alter the “ID” for every specific widget?
17 is the page ID, i have a plugin that tells me wich ID a page is, but i dont know the css code to center it in a special page..
So i just need the code
Now it worked! Thanks
But is it possible to change the size of the widget to 1100px?
and another question, is it possible to put something on the right side of the widget to fill out the empty space because the widget is to small for the container?
When i put it in child theme my website crashed 😮
