Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #486734

    Hello,

    I need help with the CSS for removing a small strip at the top of the page. I can’t seem to find where it is.

    Also, I need to move the Main Menu down a little so it is not sitting right at the top of section. See attached screenshot that points out these two items. http://screencast.com/t/qEU3xW9uhrK

    Dev site at http://tsgaz.net/sfmd

    Thanks!

    -Fred

    #486866

    Hey Fred!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    #header {
        margin-top: -9px;
    }
    #top .av_seperator_big_border#header .av-main-nav > li > a > .avia-menu-text {
        top: 8px;
        position: relative;
    }

    Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field.

    Regards,
    Yigit

    #487484

    You guys are awesome! Thanks, that worked perfect! One more question… a little further down is a Twitter feed on the home page. How can I center that on the page?

    Thanks again!

    -Fred

    #487615

    Hi,

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

    #twitter-widget-0 {
        display: table !important;
        margin: 0 auto !important;
    }
    

    Best regards,
    Rikard

    #496163

    I am still having a little trouble getting this centered. The ID for #twitter-widget-_______ keeps changing. Every time page is refreshed, that number is different.

    I tried adding avia_codeblock_section avia_code_block_0 as well to see if that would work and it did not.

    Any other ideas?

    Thanks!

    -Fred

    #496714

    Hey!

    Please try adding following code to Quick CSS

    iframe#twitter-widget-i1441132787381592606 {
        width: 100%!important;
        max-width: 100%!important;
    }

    If that too does not help, please create a temporary admin login and post it here privately

    Cheers!
    Yigit

    #496722

    Hi, I can create a temporary login for you to look at it. But that twitter id changes every time the screen is refreshed. It is coming from Twitter, so I cannot control it.

    #496919

    Hi,

    If the ID is dynamic then it will be difficult unless you can put it in a container your can control?

    Regards,
    Rikard

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