position left and position right
11 years 1 month ago #13910
by HGDC
position left and position right was created by HGDC
I am having problems with position-left and position-right with a template made by the latest version of CK.
When there is more than one module, instead of being stacked vertically they are displayed in horizontal row.
Has anyone else seen this? I can solve it by custom css but I was wondering.
Thanks
When there is more than one module, instead of being stacked vertically they are displayed in horizontal row.
Has anyone else seen this? I can solve it by custom css but I was wondering.
Thanks
Please Log in or Create an account to join the conversation.
11 years 1 month ago #13916
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic position left and position right
Hi
that's strange, give me your url to check the issue
Ced
that's strange, give me your url to check the issue
Ced
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
11 years 1 month ago #13921
by HGDC
Replied by HGDC on topic position left and position right
I've already side-stepped the issue by using the bottom modules.
But I created a test page here for you
brochuredesignderby.co.uk/index.php/test
Although it is not doing exactly the same thing, you can clearly see (on Safari Mac OS) the two modules next to each other.
On the left Mick Doyle and City Guild logo are on separate Custom HTML modules - pos-left
And on right two logos appearing together are in separate modules. pos-right.
Thanks
But I created a test page here for you
brochuredesignderby.co.uk/index.php/test
Although it is not doing exactly the same thing, you can clearly see (on Safari Mac OS) the two modules next to each other.
On the left Mick Doyle and City Guild logo are on separate Custom HTML modules - pos-left
And on right two logos appearing together are in separate modules. pos-right.
Thanks
Please Log in or Create an account to join the conversation.
11 years 1 month ago #13926
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic position left and position right
ok
the problem is not the template but you put a custom code with "float:right" on your images, that's why they align
the problem is not the template but you put a custom code with "float:right" on your images, that's why they align
Joomlack Webmaster and Developer
The following user(s) said Thank You: HGDC
Please Log in or Create an account to join the conversation.
11 years 1 month ago #13933
by HGDC
Replied by HGDC on topic position left and position right
Yes, I thought it was something like that as I could cure it by putting margin on the left of the images.
But I am not sure if I come across any other template behaving like this before. It looks like moduletable is collapsing to the size of the image instead 25% of the wrapper.
No big deal, I've just have to watch it.
Thanks.
But I am not sure if I come across any other template behaving like this before. It looks like moduletable is collapsing to the size of the image instead 25% of the wrapper.
No big deal, I've just have to watch it.
Thanks.
Please Log in or Create an account to join the conversation.
11 years 1 month ago #13935
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic position left and position right
with the float the image comes just out of the normal flow. You can add
just after your image in the custom module html code
Code:
<div style="clear:both;"></div>
Joomlack Webmaster and Developer
The following user(s) said Thank You: HGDC
Please Log in or Create an account to join the conversation.
Time to create page: 0.221 seconds