Hello, i try a lot ways, spend all day in code modification and still no luck.

Maybe some pro's can help. :)

Problem Only local images are allowed.

here admin code: http://pastebin.com/c4va0gps.
Updated admin code: http://pastebin.com/ZyVzr0ih (without align="left")

direct link in site: http://ordina.lt/#team-section (EN version)

Any help will be appreciated.

Comments

BrijeshParmar’s picture

Hi ordina1,

I think problem is " table align="left" " that apply for second rows values. so you need to check in views that why grid style is not applied properly

ordina1’s picture

problem not here i removed align. I made table:

here picture here picture

And still not working.

Ravi Sharma’s picture

Hi ordina1,

For this issue you need to set both images in single table. Now you are using two table seperately.

and if you want to use both table then set with width 50% each and set float:left it. then below content will show equilent to it's upper content.

Thanks

ordina1’s picture

Where i making mistake? http://prntscr.com/ai2142

http://prntscr.com/ai1vqb (code)

in css.
.float {
float:left
}

in code:
http://pastebin.com/pwwmNtA7

<table width="50" class="float">
  <tr>
    </th>text</th>
    <th>text</th>
  </tr>
</table>
Ravi Sharma’s picture

Hi ordina1,

table .member-box {
width: 175px;
}

table th {
max-width: 580px;
}

Please add these css code and check again

Thanks

ordina1’s picture

Good bless you. Working!!! :)) THANKS MUCH Ravi Sharma.