I see a failure, lacks white background in the securities of

Advanced and professional portal news Joomla template with community features and various content display layouts.
GK User
Wed Jun 05, 2013 10:24 pm
I see a failure, lacks white background in the securities of home.

http://sdp2014.sabiosdelpc.net/

05-06-2013 23-23-09.jpg
User avatar
Expert Boarder

GK User
Thu Jun 06, 2013 8:22 am
I just guess You would like to move text from left side:
Code: Select all
#gkPage .box > div > h3.header > span {padding-left: 12px;}


(as usually in override.css)
User avatar
Moderator

GK User
Thu Jun 06, 2013 1:58 pm
No.

Missing white background, look at the screen shot of the demo on Gavick template.

06-06-2013 14-55-52.jpg


Compare it with the screenshot that I showed you above.

I am attaching the code of my override.php

Maybe this is causing the problem there.

Code: Select all
/*
#------------------------------------------------------------------------
# The World News II - July 2011 template (for Joomla 1.6/1.7)
#
# Copyright (C) 2007-2011 Gavick.com. All Rights Reserved.
# License: Copyrighted Commercial Software
# Website: http://www.gavick.com
# Support: [email protected]
*/

/* Here you can include your override CSS styles */

    /* Moving logo and Sitename to left handside */
    h1#gkLogo {
        height: 50px;
        margin: 0 auto;
        padding-left: 10px;
        float: left;
        top: 44px;
        width: 390px;
    }
    /* Logo as text and not image you can change add font-size here*/
    h1.gkLogo.text {
        margin: 0;
        float: left;
        padding-top: 30px;
        padding-left: 10px;
        width: auto;
    }

/*Fondo Enlazado */
    .gkWrap {
    position: relative;
    }
/*Fin Fondo Enlazado */

/*Inicio Banner Top */

#banner_top {
position: absolute;
float: right;
width: 468px;
top: 20px;
right: 10px;
bottom: 5px;
}


/*Fin Banner Top */

/*Inicio de bajar Login*/
    #gkButtons {
        top: 95px;
    }


/*Fin de bajar Login*/

/* Left and Right banners columns*/
.gkWrap {
    max-width: 1260px;
}
#all {
    position:relative;
}
#leftBanner,
#rightBanner {
    width:120px;
    position:absolute;
    top:90px;
    overflow:hidden;
}
#leftBanner {
    left:0px;
}

#rightBanner {
    right:0px;
}
#leftBanner > div,
#rightBanner > div {
    margin-top:10px;
}

a.jcepopup span.jcemediabox-zoom-span { opacity: 1!important;}

#gkTopMenu {height: 38px;}
   
   
#gkPage .box.nopaddingbox > div {margin: 0px;}
.box.nopaddingbox div.banneritem {padding: 0px}

.box.nopaddingbox div.banneritem {line-height: 0px; font-size: 0px;}

#gkPage .box > div > h3.header > span {padding-left: 12px;}
User avatar
Expert Boarder

GK User
Thu Jun 06, 2013 2:48 pm
Code: Select all
#gkPage .box {overflow: hidden;}

It would be much easier if You would start from quickstart template to momic our demo behavior, but as I see You are quite advanced in your work.
User avatar
Moderator

GK User
Thu Jun 06, 2013 2:55 pm
Perfect.
User avatar
Expert Boarder

GK User
Thu Jun 06, 2013 3:58 pm
If I put this code into "override".

Code: Select all
#gkPage .box {overflow: hidden;}


Hides the filter that I have on K2 and stays down below, look at the result.

As I can get both without one hurts the other.

http://sdp2014.sabiosdelpc.net/index.ph ... rigeracion
User avatar
Expert Boarder

GK User
Fri Jun 07, 2013 10:27 am
You could try to add a suffix to all modules, that You would like to look the way You have described (eg. 'myfix'), and then use:
Code: Select all
#gkPage .box.myfix {overflow: hidden;}
User avatar
Moderator

GK User
Fri Jun 07, 2013 2:10 pm
Perfect.
User avatar
Expert Boarder


cron