promo-cnt-text

can anyone please tell me what CSS file the promo-cnt-text is in I wish to move the "Welcome to the community!"

text and when loged in the user avatar and the text "Hello, USERNAME!"  to the right of the promo instead of the left

Quote · 9 Aug 2011
Use firefox, right click and select view element. Over to the right it shows you the file and line number the CSS is located.
http://www.mytikibar.com
Quote · 9 Aug 2011

 

Use firefox, right click and select view element. Over to the right it shows you the file and line number the CSS is located.

Note: You'll need the Firebug add-on installed to use this feature. You can also use the developer tools in your browser of choice (available in all major browsers by default, except Firefox).

BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin
Quote · 9 Aug 2011
I totally forgot about the pluton! I've used it for so long. I like the firebug plug in the best as it gives me te path to the file and the line number the code is on.
http://www.mytikibar.com
Quote · 9 Aug 2011

thanks everyone I will try this later

Quote · 10 Aug 2011

OK I tried that and it dont realy tell me what files the promo stuff is in if someone could just please tell me what exact files the promo block is in I would be gratefull

Quote · 10 Aug 2011

Hello,

To move user avatar and the text "Hello, USERNAME!" find Dolphin root/templates/base/css/index.css file. Find the following code near line 99:

#indexPhotoLabel div.label_thumb {
        padding-left:10px;
        position:relative;
        float:left;
    }
   
    #indexPhotoLabel div.label_thumbnail {
        padding-left:11px;
        padding-top:7px;
        position:relative;
        float:left;
    }

copy this fragment of code to Dolphin_root/templates/tmpl_your_template/css/index.css file. Change float parameter and set thumbnail padding a bit as it is done below:

    #indexPhotoLabel div.label_thumb {
        padding-left:10px;
        position:relative;
        float:right;
        padding-right:10px;
    }
    
    #indexPhotoLabel div.label_thumbnail {
        padding-left:11px;
        padding-top:7px;
        position:relative;
        float:right;
        padding-right:10px
    }

Actually, cannot figure out what you are trying to do with welcome to the community text as there are join login buttons on the right. To change it find the div.sys_title selector near line 111.

 

Thank you,

Best regards, nuknspax.

Free and premium Dolphin templates. Custom design services.
Quote · 10 Aug 2011

Thanks nuknspax.

I will try this in a short wile.

Basicaly what I am trying to do is move the welcome to the comunity text all together or even better add some top padding to it so it sits neerer the bottom of the div instead of smak bang in the center then if possible make the text about half its size.

The reason for this being I have made new promo images and the above said things are blocking out some text on my new image.

I would probably be better off compleatly removing the div that shows the above two things, is there anywhere anyone could sujest I could move the "Hello USERNAME" and avatar to other than where it is now and if so how to move it step by step.

But for now your sujestion is apreciated and I will try it

Quote · 11 Aug 2011

Ok I did exactly a you said and cleared all cach from admin side but the avatar and hello username are still on the left

 

EDIT::

Just cleared the cach folder using ftp and it works now, now I just need to figure out how to change the welcome to the comunity

Quote · 11 Aug 2011
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.