Support Forum

Please note that this forum is only available to you in read only mode. In order to contribute to this conversation you will need to renew your subscription.

Alignment Problem on Tablet Layout

zentoolsIf you use Zentools please post a review at the Joomla! Extensions Directory.

Hello,

I'm having a problem with alignment on the tablet layout with the Nebula template. I've got 4 grids set up per row with a single item gallery in each grid - this works fine on wide and normal view, however when it switches to tablet view it's supposed to switch to a 2x2 layout but the second row of boxes are out of alignment and also stack on top of each other. Please see attached to see what I mean.

Any help and advice with this issue would be much appreciated.


layout-problem-tablet.jpg
  • Lee's Avatar
  • Lee
  • 3 Month Basic
  • 21 posts
  • Karma: 0
The administrator has disabled public write access.
Do you have a link for the page/site?

Thanks
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Sure:

194.81.55.151
  • Lee's Avatar
  • Lee
  • 3 Month Basic
  • 21 posts
  • Karma: 0
The administrator has disabled public write access.
194.81.55.151/
  • Lee's Avatar
  • Lee
  • 3 Month Basic
  • 21 posts
  • Karma: 0
Last Edit: 10 years 1 month ago by Lee.
The administrator has disabled public write access.
Can you tell me the version number of the zentools module?

Thanks
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Can I just check is there a reason why you went with the 4 separate modules on the row rather than one module with one row of 4 grids?

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Hi Paul,
I initially created the layout with one module but had problems linking the boxes to the correct photos, which I think you previously gave me advice on but I couldn't get it to work.
If you can access the website hopefully you can see what I am trying to achieve. I need to link the boxes to specific images and pages within the site.. any advice?
  • Lee's Avatar
  • Lee
  • 3 Month Basic
  • 21 posts
  • Karma: 0
The administrator has disabled public write access.
Can you attach screenshots of the zentools settings for one of the modules - particularly the link behaviour and content being selected

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
With the actual positioning

can you try this

@media (max-width: 979px) and (min-width: 768px) {
.home .row-fluid .span6 {width:100%; margin:0 0 30px 0;}
}

I'm forcing the span6 to be full width on the home page only

You may need to look at the image settings for different screen widths
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
I would suggest playing with the max width and mid width values depending on how it looks

You will need to add this snippet (called a media query) to the custom.css file

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Hi Paul,

Have tried the custom css as suggested but it doesn't seem to fix the problem.

Attached are screen grabs of the settings I have for the module


zen-settings.jpg
  • Lee's Avatar
  • Lee
  • 3 Month Basic
  • 21 posts
  • Karma: 0
The administrator has disabled public write access.
And here is a grab of the image settings:


imagesettings.JPG
  • Lee's Avatar
  • Lee
  • 3 Month Basic
  • 21 posts
  • Karma: 0
The administrator has disabled public write access.
Right ok - links first

You have the images set to load from a folder and using external links

This means the content type settings are defunct so you need to paste the url where it currently says 5 for it to work
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Right ok - plan B

I think you would get more joy using module for each row but try

@media(max-width: 1000px) and (min-width: 750px) {
.home #grid1wrap .row-fluid [class*="span"] , .home #grid2wrap .row-fluid [class*="span"] {margin-left:0;}
}

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
The following user(s) said Thank You: Lee
That's the ticket, thanks for your help Paul :)
  • Lee's Avatar
  • Lee
  • 3 Month Basic
  • 21 posts
  • Karma: 0
The administrator has disabled public write access.
No problem :)
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.

zentoolsIf you use Zentools please post a review at the Joomla! Extensions Directory.

Happy Campers