Tagged: 

Viewing 29 posts - 1 through 29 (of 29 total)
  • Author
    Posts
  • #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

    #215400

    Hey 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,
    Yigit

    #215454

    HI 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 possible

    tak

    #215455

    Hey!

    Do you mind creating a temporary admin login posting it here privately so i can take a look?

    Regards,
    Yigit

    #215508
    This reply has been marked as private.
    #215512

    Hi!

    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,
    Yigit

    #215540

    oh sorry – I am working on too many things!

    http://www.copenhagenfilmcompany.dk/2014/
    name: yigit
    password: mangundo99

    thanks

    #215544

    Hi!

    Can you switch user role to “Administrator” so i can add custom CSS codes to Quick CSS section? :)

    Cheers!
    Yigit

    #215691

    yes done, sorry.

    #215833

    Hey!

    Changes are done, please review your website. You can find custom CSS code i added in Quick CSS section

    Best regards,
    Yigit

    #215839

    Hey!

    Please add this on Quick CSS or custom.css:

    #text-2 {
    left: -8px;
    position: relative;
    }

    Best regards,
    Ismael

    #216066

    I 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.

    #216129

    Hi!

    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,
    Ismael

    #216344

    hi
    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!

    #216378

    Hey!

    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,
    Yigit

    #216403

    that 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?

    #216406

    Hi!

    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,
    Yigit

    #216411

    that did not change it…?
    I do have another thread open which I will close if you can answer me here :)

    #216419

    Hi!

    Do you mind creating a temporary admin login and posting it here privately so i can take a look? :)

    Regards,
    Yigit

    #216428
    This reply has been marked as private.
    #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.

    #216437

    Hey!

    Can you check your website now? Please do not forget to flush browser cache

    Best regards,
    Yigit

    #216441

    looks 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!

    #216443

    Hey!

    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!
    Yigit

    #216448

    that is correct but that code didn’t seem to do anything

    #216450

    the animation problem on the web logo is fixed though :)

    #216451

    Hey!

    I have added the code under previous custom CSS code and it seems to be working fine now.

    Cheers!
    Yigit

    #216454

    that was it! thanks so much!

    #216458

    Hey!

    You are welcome, glad we could help!

    Cheers!
    Yigit

Viewing 29 posts - 1 through 29 (of 29 total)
  • The topic ‘horizontal ruler, footer spacing’ is closed to new replies.