Forum Support

Shape 5
March 28, 2024, 02:49:43 AM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News: Shape 5 Forum
 
   Home   Help Search Login Register  
Pages: [1]
  Print  
Author Topic: Some components still below the left position  (Read 1036 times)
tenetour
Jr. Member
**
Offline Offline

Posts: 6



« on: June 16, 2010, 04:57:23 AM »

Hi there !

First off all , i'm very glas to join here - even if templates are not flawless - supports seems more than fair

my problem with bliss template seems common  - some of the contents still remains at page bottom , even when clear:both were removed


http://www.kanarias.pl/index.php?option=com_kunena&Itemid=5
http://www.kanarias.pl/index.php?option=com_content&view=frontpage&Itemid=1#oferta/35n93/5g

I could not use javascript based solution from one of the topics round here , course it makes my gallery show as vertical column.

So it would be the best for me to modyfi mainbody div to make it more predictible

thanx in advance

and ofc excuse my bad english
Logged
mikek
Administrator
*****
Offline Offline

Posts: 28743



WWW
« Reply #1 on: June 16, 2010, 07:48:46 AM »

Hello,

These issues are caused by improper layouts of the components. They are clearing clr statements that remove the floats of the columns, these calls are not necessary and are breaking the template's layout:

On this page for example:

http://www.kanarias.pl/index.php?option=com_kunena&Itemid=5

Within the source you will see:

<div class="clr"></div>

Just above the div with a class of fb__bt_cvr1

Simply removing the class="clr" will fix this layout, this call is not necessary.

On the other page it is calling a file called helios.css which calls:

#it_tab_menu  {
clear:left;

and

#it_tab_menu div.tab {
clear:left;

Both of these calls are causing the issue on this page.
Logged

Mike Knott
------------
Shape 5 Team

- Need a great host for your website? We highly recommend siteground.com!


- Put your trust in the hands of our extremely qualified staff to get your job done right!


- Firebug is the most powerful web development and debugging tool, and it will save you a lot of time, frustration and forum questions:
Install Firebug
tenetour
Jr. Member
**
Offline Offline

Posts: 6



« Reply #2 on: June 16, 2010, 07:59:23 AM »

Kumena issue is piece of cake , but helios.css seems to be a big problem , as the clear lines seems to be kinda nessesary - when i did it - layout messed up - i don't know - i'm a beginner with css .

so my question is - how to replace those lines wihout messing out with this module layout Huh

 
Logged
mikek
Administrator
*****
Offline Offline

Posts: 28743



WWW
« Reply #3 on: June 16, 2010, 08:17:14 AM »

Hello,

Like I said this is an issue with the component so I won't know all the ins and outs of the layout of the template but if you do the following it should correct the issue:

At line 121 of helios.css you'll find:

#it_oferta_dane {

Remove the float:left; line.

At line 167 find this section:

#it_tab_menu {

Remove that entire section and replace it with:

#it_tab_menu {
padding-top:2px;
}

At line 172 find this section:

#it_tab_menu div.tab {

Remove that entire section and replace it with:

#it_tab_menu div.tab {
margin-top:22px;
padding:5px;
}
Logged

Mike Knott
------------
Shape 5 Team

- Need a great host for your website? We highly recommend siteground.com!


- Put your trust in the hands of our extremely qualified staff to get your job done right!


- Firebug is the most powerful web development and debugging tool, and it will save you a lot of time, frustration and forum questions:
Install Firebug
tenetour
Jr. Member
**
Offline Offline

Posts: 6



« Reply #4 on: June 16, 2010, 09:59:30 AM »

After few small modyfications - it works Smiley

Thank You very much Smiley


Logged
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF | SMF © 2013, Simple Machines
Joomla Bridge by JoomlaHacks.com
Valid XHTML 1.0! Valid CSS!
Looking for the largest variety in template designs? Look no more. Never buy 1 theme again. Signups start at just $89 for access to all of our themes.
Send Us An Email
Please send us your questions and we will email you back as soon as we can. Product support questions should be posted in our support forums under the Help menu. Our staff will assist you from there.