Template T3 Blank

Everything to do with Joomla! 3.x templates and templating.

Moderator: General Support Moderators

Forum rules
Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting, this means YOU.
Forum Post Assistant - If you are serious about wanting help, you will use this tool to help you post.
Windows Defender SmartScreen Issues <-- please read this if using Windows 10.
Locked
justinwalk
Joomla! Fledgling
Joomla! Fledgling
Posts: 1
Joined: Tue Aug 19, 2014 8:49 pm

Template T3 Blank

Post by justinwalk » Wed Aug 20, 2014 6:02 pm

Hi,
All I have a problem with the template, after installing t3 framework would like to change the width of the main menu and the header, but I do not know how to do, can someone help me?
Thanks

kety jhon
I've been banned!
Posts: 25
Joined: Wed Aug 20, 2014 7:37 pm

Re: Template T3 Blank

Post by kety jhon » Wed Aug 20, 2014 7:47 pm

please post the URL
thanks

sophia wright
I've been banned!
Posts: 28
Joined: Wed Aug 20, 2014 8:51 pm

Re: Template T3 Blank

Post by sophia wright » Wed Aug 20, 2014 9:06 pm

hi justin ,

try this code:-

html, body{
height: 100%;
}

.t3-wrapper {
height: 100%;
}

.t3-footer {
position:absolute;
bottom:0;
width:100%;
height:200px; /* Height of the footer */
}


thanks Regards
Sophia

kety jhon
I've been banned!
Posts: 25
Joined: Wed Aug 20, 2014 7:37 pm

Re: Template T3 Blank

Post by kety jhon » Thu Aug 21, 2014 4:00 pm

Hi kety,
Even i had the same problem I used the code above still problem occurs here i have given the code which i use in my website
code:
html {
height: 100%;
margin-bottom: 1px;
}
form {
margin: 0;
padding: 0;
}
body {
font-family: Helvetica,Arial,sans-serif;
line-height: 1.3em;
margin: 0px 0px 0px 0px;
font-size: 12px;
color: #333;
}
a:link, a:visited {
text-decoration: none;
font-weight: normal;
}
a:hover {
text-decoration: underline;
font-weight: normal;
}
input.button { cursor: pointer; }
p { margin-top: 0; margin-bottom: 5px; }
img { border: 0 none; }
#page_bg {
padding: 10px 0;
margin-bottom: 1px;
}
div.center {
text-align: center;
}
div#wrapper {
margin-left: auto;
margin-right: auto;
}
body.width_medium div#wrapper {
width: 950px;
}
please i need your help thanks in advance
Regards,
Kety jhon


Locked

Return to “Templates for Joomla! 3.x”