Wordpress Themes - WP Forum at BFA
There will be no more development for Atahualpa (or any other theme), and no support. Also no new registrations. I turned off the donation system. I may turn the forum to read only if it gets abused for spam. Unfortunately I have no time for the forum or the themes. Thanks a lot to the people who helped in all these years, especially Larry and of course: Paul. Take care and stay healthy -- Flynn, Atahualpa developer, Sep 2021

Wordpress Themes - WP Forum at BFA » WordPress Themes » Atahualpa 3 Wordpress theme » Sidebars & Widgets »

[SOLVED] Some widgets in fixed position


  #1  
Old Feb 21, 2013, 06:53 AM
Viktoria's Avatar
Viktoria
 
77 posts · Jun 2012
Hello,

I need the text widgets and the social widget will appear at the bottom fixed all computer screens.
As it looks now, the normal computer screens see the widgets down, but in Iphone and Mac screens, The widgets appear at the middle and not at the bottom.

How it is possible to do so the location will be fixed?
Sure I have to use the code:

position: fixed;

But where should I put it?

Website: http://www.niryefet.com/

Thank you again.
  #2  
Old Feb 21, 2013, 07:25 AM
lmilesw's Avatar
lmilesw
 
10,176 posts · Jul 2009
Central New York State USA
Have you tried targeting the widget and putting position: fixed on them along with top, bottom etc.?
__________________
~Larry (CNY Web Designs)
This site should be a membership site since it so full of good stuff.
Please consider donating which gives you access to even more good stuff.
  #3  
Old Feb 21, 2013, 08:18 AM
Viktoria's Avatar
Viktoria
 
77 posts · Jun 2012
That's the problem I do not know what exactly the code I need to use for the widgets: Text widget and Social media widget.

you know maybe some code I need to use to make it work?

I tried these codes but it does not work and probably are not correct:

.socialmedia-buttons img { position: fixed !important; }
/*-------------------------------------*/
.textwidget li {
font-size: 24px;
padding: 20px;

Thank you.
  #4  
Old Feb 21, 2013, 10:07 AM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
this is when you use a code examiner or use your browsers 'view source' option to look at the code and find the id's/classes you need to put in your CSS to get it to work.
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
  #5  
Old Feb 21, 2013, 10:18 AM
Viktoria's Avatar
Viktoria
 
77 posts · Jun 2012
For social networking I solved the problem:

.socialmedia-buttons {
position: fixed;
bottom: 30px;
left: 37px;

}

But the problem in text widgets, I have two text widgets, how I make them each individually?

.textwidget {
position: fixed;
bottom: 50px;
left: 37px;

}

This code works on both, and I need each one separately, what should I add?

Thank you.
  #6  
Old Feb 21, 2013, 10:27 AM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
take a look at each widget and look at the ID - it should be different for each and use can use that in your selector - remember, ID are prefixed with a pound sign in the css.
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
  #7  
Old Feb 21, 2013, 10:29 AM
Viktoria's Avatar
Viktoria
 
77 posts · Jun 2012
I found thanks.

#text-2 { position: fixed;
bottom: 5px;
left: 37px;}

#text-3 { position: fixed;
bottom: 70px;
left: 37px;}

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] How to change the top position of the widgets in only one page Carme Sidebars & Widgets 7 Oct 25, 2012 01:29 AM
Sidebar position:fixed aygart Sidebars & Widgets 19 Mar 14, 2012 04:56 PM
Adding New Widget Areas & Position Widgets in Area Ogregeek Sidebars & Widgets 11 Jan 7, 2011 09:09 AM
Fixed Position Layout with fixed center column? 49Monsters Center area post/pages 1 Nov 3, 2010 02:41 PM
Fixed position Gavin Atahualpa 3 Wordpress theme 7 Nov 17, 2009 01:14 AM


All times are GMT -6. The time now is 02:19 AM.


Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.