-
AuthorPosts
-
August 12, 2015 at 6:52 pm #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
August 13, 2015 at 12:40 am #486866Hey 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,
YigitAugust 13, 2015 at 11:03 pm #487484You 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
August 14, 2015 at 9:52 am #487615Hi,
Please try the following in Quick CSS under Enfold–>General Styling:
#twitter-widget-0 { display: table !important; margin: 0 auto !important; }
Best regards,
RikardSeptember 1, 2015 at 1:07 am #496163I 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
September 1, 2015 at 8:43 pm #496714Hey!
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!
YigitSeptember 1, 2015 at 9:18 pm #496722Hi, 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.
September 2, 2015 at 9:28 am #496919 -
AuthorPosts
- You must be logged in to reply to this topic.