- Posts: 22
- Thank you received: 0
Placement seems to ignore template's CSS for two column layout
- DavidBoggitt
- Topic Author
- Offline
- Junior Member
Less
More
7 years 3 months ago - 7 years 3 months ago #11286
by DavidBoggitt
Placement seems to ignore template's CSS for two column layout was created by DavidBoggitt
Hi,
I'm using the template JSN Sky, which has a built in way of putting content in two columns:
If I do this in a placement however, the text does not appear in two columns but I seE:
Text 1
Text 2
Is there any way to make this work?
Many thanks,
Dave.
I'm using the template JSN Sky, which has a built in way of putting content in two columns:
Code:
<div class=”grid-layout”>
<div>Text 1</div>
<div>Text 2</div>
</div>
If I do this in a placement however, the text does not appear in two columns but I seE:
Text 1
Text 2
Is there any way to make this work?
Many thanks,
Dave.
Last edit: 7 years 3 months ago by DavidBoggitt.
Please Log in or Create an account to join the conversation.
- Dima
- Offline
- Platinum Member
7 years 3 months ago #11289
by Dima
Don't forget support my developments: post review in JED , donate , help with translation
Replied by Dima on topic Placement seems to ignore template's CSS for two column layout
Hi.
You can easy set two divs on one line, just search the net, ie you should set for it display:inline style.
As for your case, check CSS overrides, ie some other extension or library overrides template styles. Check your page and find out what it is.
You can easy set two divs on one line, just search the net, ie you should set for it display:inline style.
As for your case, check CSS overrides, ie some other extension or library overrides template styles. Check your page and find out what it is.
Don't forget support my developments: post review in JED , donate , help with translation
Please Log in or Create an account to join the conversation.
- DavidBoggitt
- Topic Author
- Offline
- Junior Member
Less
More
- Posts: 22
- Thank you received: 0
7 years 3 months ago #11291
by DavidBoggitt
Replied by DavidBoggitt on topic Placement seems to ignore template's CSS for two column layout
Thanks - I just set two divs on one line.
Please Log in or Create an account to join the conversation.
Time to create page: 0.190 seconds