Align center on mobile
- LittleGrizzly
- Topic Author
- Offline
- New Member
Less
More
- Posts: 13
- Thank you received: 0
8 years 10 months ago #31940
by LittleGrizzly
Align center on mobile was created by LittleGrizzly
First I have to say: I love this component. I´m trying to make an old site suitable to mobile devices, and with so little knowing of html and css it was a pain. I can say you saved me
Now I have a little problem. I have an image in a row and a textbox in the next row. On big devices it is nicely centered. Like I wanted to have.
But on smaller devices the textbox isn´t accurate under the image.
The image is aligned to the right, textbox is always aligned to left. Even if I align the image to the left the image and box are aligned nice over each other on small screens. But then the distance between image and text is too big on fullscreen device and that doesn´t look very good.
I´m talking about this site: testserver.grizzly-adams.de/index.php/robbie-bina
I hope someone cpould help me with that issue,
Thanks in advance,
Stephanie
Now I have a little problem. I have an image in a row and a textbox in the next row. On big devices it is nicely centered. Like I wanted to have.
But on smaller devices the textbox isn´t accurate under the image.
The image is aligned to the right, textbox is always aligned to left. Even if I align the image to the left the image and box are aligned nice over each other on small screens. But then the distance between image and text is too big on fullscreen device and that doesn´t look very good.
I´m talking about this site: testserver.grizzly-adams.de/index.php/robbie-bina
I hope someone cpould help me with that issue,
Thanks in advance,
Stephanie
Please Log in or Create an account to join the conversation.
8 years 10 months ago #31941
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic Align center on mobile
Hi
if you want to support the Page Builder, you can leave a friendly review in the JED :
extensions.joomla.org/extensions/extensi...tion/page-builder-ck
For your problem, you can
1/ set the image to be centered
2/ edit the text block and set
2.1/ margin-left : -100px
2.2/ custom css area, write this :
left: 50%;
position: relative;
This works quite good, the only thing is on large screens the image and text will be separated with a quite large space
CEd
Cool, I'm happy to read thisFirst I have to say: I love this component. I´m trying to make an old site suitable to mobile devices, and with so little knowing of html and css it was a pain. I can say you saved me
if you want to support the Page Builder, you can leave a friendly review in the JED :
extensions.joomla.org/extensions/extensi...tion/page-builder-ck
For your problem, you can
1/ set the image to be centered
2/ edit the text block and set
2.1/ margin-left : -100px
2.2/ custom css area, write this :
left: 50%;
position: relative;
This works quite good, the only thing is on large screens the image and text will be separated with a quite large space
CEd
Joomlack Webmaster and Developer
The following user(s) said Thank You: LittleGrizzly
Please Log in or Create an account to join the conversation.
- LittleGrizzly
- Topic Author
- Offline
- New Member
Less
More
- Posts: 13
- Thank you received: 0
8 years 10 months ago #31942
by LittleGrizzly
Replied by LittleGrizzly on topic Align center on mobile
That doesn´t seem to be the best solution, on smaller devices the text is over the image, on very small screens the text goes out of screen. Like this:
I mean, it´s not a drama if it´s not accurate vertically aligned, but why not having it perfect if I could?
The review at JED will be done, of course.
I mean, it´s not a drama if it´s not accurate vertically aligned, but why not having it perfect if I could?
The review at JED will be done, of course.
Please Log in or Create an account to join the conversation.
8 years 10 months ago #31943
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic Align center on mobile
it seems that you missed the "position:relative;" in the custom css area ...
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
- LittleGrizzly
- Topic Author
- Offline
- New Member
Less
More
- Posts: 13
- Thank you received: 0
8 years 10 months ago #31944
by LittleGrizzly
Replied by LittleGrizzly on topic Align center on mobile
Nope, is there:
left: 50%;
position: relative;
left: 50%;
position: relative;
Please Log in or Create an account to join the conversation.
8 years 10 months ago #31945
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic Align center on mobile
ok, remove the line break and write it all on one line like this
left: 50%;position: relative;
this is a "bug" that I have to fix
left: 50%;position: relative;
this is a "bug" that I have to fix
Joomlack Webmaster and Developer
The following user(s) said Thank You: LittleGrizzly
Please Log in or Create an account to join the conversation.
Time to create page: 0.224 seconds