Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #609237

    Please see the following screenshot for visual understanding:
    http://my.jetscreenshot.com/16750/20160406-w6xv-80kb
    Essentially, the twitter box is positioned too far right. I need to move it a bit left to align with the other boxes on page.
    You can see the page in the private content area.
    Thanks for your help!

    #609412

    Hey OriginsSpeak,

    Please try the following in Quick CSS under Enfold–>General Styling:

    section#widget-easy-twitter-feed-widget-kamn-2 {
        left: 0px !important;
    }

    Best regards,
    Rikard

    #612238

    Worked, thank YOU!

    #612465

    Hi,

    Great, glad we could help :-)

    Best regards,
    Rikard

    #632260

    Hi Rikard,
    I recently added an image to my side bar. It’s out of alignment as the twitter feed box was above. I tried pasting the following:
    section#widget-text-kamn-2 {
    left: 0px !important;
    }
    into quick css, however it didn’t work. What do you advise?

    Thanks,
    Lin

    • This reply was modified 8 years, 6 months ago by OriginsSpeak.
    #633420

    Hi,

    Thank you for the info. Please add this in the Quick CSS field:

    .widget-easy-twitter-feed-widget-global-wrapper {
        max-width: 100%;
        margin: 0 auto;
        padding: 0;
    }

    Best regards,
    Ismael

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.