Viewing 16 posts - 1 through 16 (of 16 total)
  • Author
    Posts
  • #624071

    Currently when viewing the home page on a mobile device such as iphone or ipad, the 3 boxes near the bottom are not centered. Blog box, twitter box, etc.
    Can you please help,
    Thanks,

    #624085

    Hey OriginsSpeak,

    It seems you have used the image element for those elements, am I correct? If so you can just edit the elements and set the alignement to “center” instead of the default left alignment :)

    Best regards,
    Kriesi

    #624089

    I’m not sure where to do that. I hired a person to insert those images. Also, they appear horizontal on my desktop while on my mobile device they appear vertical.

    Thank you :)

    #624207

    Hi,

    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 

    Best regards,
    Kriesi

    #624693

    Here ya go

    #624908

    All right, I have set the elements to display centered :)

    Best regards,
    Kriesi

    #625140

    It worked, thank YOU! What did you do? I have another site I need to fix too.

    #625365

    I opened the page in the avia layout editor and scrolled down to the 3 embedded images. then I clicked on each of those and set the alignment to “center” instead of left ;)

    #627543

    Thank you!

    #627549

    Keymaster, when I centered the images as you kindly showed me how, the twitter text within the twitter feed moved out of alignment? Can you please help?

    Also, I added a photo in a text widget in the side bar and it now appears in my twitter feed.
    Thanks for your help!

    #627550

    Oh, this occurred on my second site. Please see private area.

    #628798

    Hi,

    Please add this in the Quick CSS field:

    .widget-easy-twitter-feed-widget-global-wrapper {
        max-width: 267px;
        margin: 0 auto;
        padding: 10px 10px;
    }

    Best regards,
    Ismael

    #628979

    Thanks Ismael! It kinda worked. Kinda because it did move the text content into the twitter feed box, however the photo is still there?
    How can I keep an image that appears on the side bar pages but does NOT appear in the twitter feed box?

    Please see link in private section.

    #630179

    Hi,

    use this code in Quick CSS field:

    .widgettitle, .textwidget img {
    left: 23px;
    position: relative;
    width: 255px;
    }
    

    Best regards,
    Andy

    #630190

    Hi Andy,
    Thank you! Your quick code aligned my image into the twitter box nicely. But, I want to know if I can remove the image from my twitter feed box but still have the image on the side bar pages? Is that possible?

    Thanks again,

    #631041

    Hi!

    Replied you here – https://kriesi.at/support/topic/image-in-side-bar-pages/. Let us continue there.

    Best regards,
    Yigit

Viewing 16 posts - 1 through 16 (of 16 total)
  • The topic ‘Alighnment on Mobile Devices’ is closed to new replies.