-
AuthorPosts
-
June 6, 2016 at 5:06 pm #643494
On mobile on the page below the text Imagine Instead and beyond we have padded to stay to the right of her photo. Because of that on mobile sites it is to the far right and hard to see. Can that be changed? That is on the ABOUT Page listed below.
Second question: On mobile can you change it so that the words from the page are shown first on a page instead of the photos. From the Page below Coaching
June 7, 2016 at 6:34 am #643808Hey SandraSquires,
I’m not sure I understand what you mean by that, could you post a screenshot highlighting the changes you would like to make please?
Regards,
RikardJune 7, 2016 at 1:56 pm #644054I can’t seem to place the photos in this post so I did a dropbox in Private Content.
June 8, 2016 at 5:35 am #644528Hi,
Sorry but I could only see a list of pdf’s in your dropbox link. About your problem though: it looks like you’ve got the image wrapped in a strong (bold) tag, could you try to move it out before the strong tag maybe? If you can’t work it out then please post admin login details in private and we’ll have a closer look at it.
Thanks,
RikardJune 8, 2016 at 2:04 pm #644824I have entered credentials in private area. The second question is on the Work With Me page.
June 10, 2016 at 4:38 am #645974Hi,
What is the file name of the screenshot? We can only see pdf files in the dropbox link. Please try to upload the screenshot on imgur. We checked the “Work with me” page but I’m not sure where to look for the issue.
Best regards,
IsmaelJune 10, 2016 at 2:55 pm #646225I have placed the images in the folder listed below. The first two at the Work With Me Page. Is it possible to have the line “Need a spokesperson, speaker or productivity expert? I’m your gal!” before the photos on the mobile site?
Third photo shows the about page and the face that the “Imagine Instead” is to the right on MOBILE. Can that be changed to line up with the other words?
Thank you!
June 10, 2016 at 4:14 pm #646260Hi,
We need tot ake a closer look at the WordPress backend. Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
Login credentials include:
- The URL to the login screen.
- A valid username (with full administration capabilities).
- As well as a password for that username.
- permission to deactivate plugins if necessary.
Best regards,
VinayJune 10, 2016 at 4:17 pm #646262If you can just review and advise what I need to do without making the changes. Information requested is below.
June 14, 2016 at 5:51 pm #648169Hi,
I check the page you mentioned and it appears the layout has changed and the issue is resolved as everything looks great on this layout!
Let us know if you have more questions.
Best regards,
VinayJune 14, 2016 at 6:24 pm #648194Vinay,
Apparently you are not looking at it in Mobile as nothing has changed on the mobile side of my issues.
On the About page the wording that is below the photo and some words are to the RIGHT They start with IMAGINE and on are shifted to the right. Can that be changed on MOBILE?The other issues hasn’t been resolved either but I guess I will work on one issue at a time.
Thank you for your continued help!
June 17, 2016 at 5:04 am #649543Hi,
Please edit the text then look for this line:
<p style="padding-left: 300px;"><strong><em>Imagine instead…</em></strong></p>
The inline style is causing the issue. Add a custom css class attribute instead:
<p class="offset_paragraph"><strong><em>Imagine instead…</em></strong></p>
Add this in the Quick CSS field:
@media only screen and (min-width: 768px) { .offset_paragraph { padding-left: 300px; } }
Best regards,
IsmaelJune 17, 2016 at 2:02 pm #649765THANK YOU!!
June 17, 2016 at 2:04 pm #649768Second issue is on Work With Paula Page
ON MOBILE we would like to see the words Need a spokesperson, speaker or productivity expert? I’m your gal!
come before the Photos and after the Work with Paula line. Is that possible?Thank you!
June 21, 2016 at 1:34 am #651164Hi,
please always open a new ticket for a new question/issue.
First turn on custom class for all ALB elements: kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
Second give your headline in question a custom css class. Then use something like this in Quick CSS field:@media only screen and (min-width: 414px) and (max-width: 736px) { .your-custom-headline-class { position: relative; top: -1453px; } .avia-image-container.avia-align-center { top: 85px; }}
Best regards,
Andy -
AuthorPosts
- The topic ‘Content on Mobile showing far right’ is closed to new replies.