Tagged: footer widget
-
AuthorPosts
-
January 27, 2014 at 11:44 am #215292
http://www.copenhagenfilmcompany.dk/2014/portfolio-item/marlow/
A couple of issue on this page: http://www.copenhagenfilmcompany.dk/2014/portfolio-item/marlow/
1. can the horizontal ruler be justified left to line up with the portfolio grid underneath? If I choose the fullwidth separator, it runs across the sidebar.
2. can the 3rd footer column be moved over so it lines up with the sidebar (vertical line)? It looks a bit off.thanks
January 27, 2014 at 5:13 pm #215400Hey Munford!
Please add following code to Quick CSS in Enfold theme options under Styling tab
1-.hr { margin-left: 0; }
2-
#footer div .av_one_third { margin-left: 14%; width: 23.333333%; }
Regards,
YigitJanuary 27, 2014 at 7:15 pm #215454HI yigit
#1 worked!
#2 made the widget columns move towards the center. I’d like just the one labeled “contact” to move to the right to line up with the sidebar division. If possibletak
January 27, 2014 at 7:25 pm #215455Hey!
Do you mind creating a temporary admin login posting it here privately so i can take a look?
Regards,
YigitJanuary 27, 2014 at 9:22 pm #215508This reply has been marked as private.January 27, 2014 at 9:28 pm #215512Hi!
Sorry but this is not the same website, footer is empty on this one :) Please let me know if we can make changes on this one
Best regards,
YigitJanuary 27, 2014 at 10:05 pm #215540oh sorry – I am working on too many things!
http://www.copenhagenfilmcompany.dk/2014/
name: yigit
password: mangundo99thanks
January 27, 2014 at 10:07 pm #215544Hi!
Can you switch user role to “Administrator” so i can add custom CSS codes to Quick CSS section? :)
Cheers!
YigitJanuary 28, 2014 at 9:28 am #215691yes done, sorry.
January 28, 2014 at 3:54 pm #215833Hey!
Changes are done, please review your website. You can find custom CSS code i added in Quick CSS section
Best regards,
YigitJanuary 28, 2014 at 4:06 pm #215839Hey!
Please add this on Quick CSS or custom.css:
#text-2 { left: -8px; position: relative; }
Best regards,
IsmaelJanuary 28, 2014 at 10:17 pm #216066I am not seeing any changes to the footer – that last code did not do anything I can see.
can you check it again? IT’s the CONTACT widget I need moved to the right to line up with
the sidebar division.January 29, 2014 at 12:41 am #216129Hi!
Yes, that’s what we’re trying to move towards the left. Please try this:
#text-2 { left: -300px !important; position: relative; }
See if the position of the contact widget move.
Best regards,
IsmaelJanuary 29, 2014 at 12:55 pm #216344hi
and thanks for you taking your time with this, but that didn’t work either – moved it towards the center and now that widget disappears on the mobile. confusing!January 29, 2014 at 3:06 pm #216378Hey!
I once again added following code to Quick CSS and it does look fine http://i.imgur.com/bY1nfs9.jpg
#footer div .first { margin-left: 0!important; } #footer div .av_one_third { margin-left: 14%; width: 23.333333%; }
Best regards,
YigitJanuary 29, 2014 at 3:55 pm #216403that did it! thanks so much.
can you check the way the logo moves on this page:
http://www.thisistouch.com/testing
I see a weird animation when I scroll down, though not when I use the scroll wheel on my mouse.
is something set wrong there?January 29, 2014 at 4:00 pm #216406Hi!
You have custom CSS code added related with logo image, please change it to
.logo img { padding-top: 35px; }
That should fix it. And if you have already opened a thread regarding this issue, please let us know so we can avoid confusion
Best regards,
YigitJanuary 29, 2014 at 4:07 pm #216411that did not change it…?
I do have another thread open which I will close if you can answer me here :)January 29, 2014 at 4:11 pm #216419Hi!
Do you mind creating a temporary admin login and posting it here privately so i can take a look? :)
Regards,
YigitJanuary 29, 2014 at 4:16 pm #216428This reply has been marked as private.January 29, 2014 at 4:17 pm #216429@media only screen and (max-width: 767px) {
.mobile_active #advanced_menu_toggle {
display: block;
right: -10px;
top: 40px; }
.logo img {
margin-top: 10px;
}}.responsive .mobile_slide_out .logo img{ max-height: 95px !important; }
}with that code the logo and menu overlap – menu is good, logo a bit too big & low.
January 29, 2014 at 4:24 pm #216437Hey!
Can you check your website now? Please do not forget to flush browser cache
Best regards,
YigitJanuary 29, 2014 at 4:36 pm #216441looks better! logo is the right size & padding is good. I changed the right margin to bring the menu in, but need the logo to move to the left about 10 px
where can I set that?@media only screen and (max-width: 767px) {
.mobile_active #advanced_menu_toggle {
display: block;
right: -15px;
top: 40px; }
.logo img {
margin-top: 20px!important;
padding-top: 0;
}}thank you for your speedy reply – trying to go public with this today!
January 29, 2014 at 4:40 pm #216443Hey!
You would like to move the logo to left on mobile, is that correct? Please add following code to Quick CSS as well
@media only screen and (max-width: 767px) { .responsive .logo { margin-left: -10px; }}
Cheers!
YigitJanuary 29, 2014 at 4:43 pm #216448that is correct but that code didn’t seem to do anything
January 29, 2014 at 4:45 pm #216450the animation problem on the web logo is fixed though :)
January 29, 2014 at 4:47 pm #216451Hey!
I have added the code under previous custom CSS code and it seems to be working fine now.
Cheers!
YigitJanuary 29, 2014 at 4:49 pm #216454that was it! thanks so much!
January 29, 2014 at 4:50 pm #216458 -
AuthorPosts
- The topic ‘horizontal ruler, footer spacing’ is closed to new replies.