Tagged: 

Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #348881

    Hello,

    first of all: Best theme ever. Period.

    Now to my question:
    Is it possible to change the exact alignment of the copyright text and the social icons? Because right now they are not really completely on the left side nor on the right side. Regardless of whether I use the “Boxed Layout” or the “Stretched Layout”, there is always a lot of space on the left side of the copyright text and a lot of space on the right side of the social icons. I would like to align both of them completely to the outer border where the portfolio items begin/end.

    #349008

    Hey sascha0101!

    Try adding this to your custom CSS.

    #footer .container { max-width: 100% !important; }
    

    If that is not working then please send us a link so we can take a closer look at your setup. You can mark your reply as private if you wish.

    Cheers!
    Elliott

    #349037

    Thanks for your reply.
    I’ve added the code to the quick CSS but nothing changed so far.

    #349038
    This reply has been marked as private.
    #349305

    Hey!

    Thank you for using Enfold. Please try this:

    #socket .container {
    max-width: 100% !important;
    width: 100% !important;
    }

    I said this line before, on one of our casual team discussions, exactly as you said it, “Best theme ever. Period.”. :D

    Regards,
    Ismael

    #349373

    Geat! That did the trick. Thanks a lot!

    Now I got one more for you guys:
    How do I give the masonry gallery elements (the portfolio images) a slight thin border? I don’t mean the “gap” option inside the masonry gallery settings. I chose the “1 pixel gap” which is fine for me. But now I want the elements itself to have a thin grey border.

    For example:
    When you look at my website, the last picture on the bottom (the one with the girl and the shadow on the wall) blends from the white on the right side of the picture into the white of the background. I need a slight border/line that really separates it from the background. I want this to be around every image/portfolio item.


    @Ismael
    :
    hahah nice … and I hope everyone agreed with you :)

    #349374
    This reply has been marked as private.
    #350239

    Hi!

    Try with this:

    .av-masonry-entry {
        border: 1px solid gray;
    }

    Regards,
    Josue

    #350413

    Thanks but this code does some weird things.

    1. The border appears but not everywhere in the same thickness. The elements on the right side don’t have a border at all on their respective right side.
    2. The last two images where moved one spot to the right. So now the empty field is on the lower left corner instead of the lower right as it was before.
    3. The border doesn’t seem to be equally aligned throughout the gallery.

    Is there another possibility to archive even borders on every image?

    #350416
    This reply has been marked as private.
    #351224

    Please, I still need help for my problem.
    See my previous post.

    #351605

    Hi!

    Unfortunately it’s not as easy as it looks with the masonry because it can mess up the scripts. Try this out.

    .av-inner-masonry { outline: 2px solid gray !important; }
    

    Cheers!
    Elliott

    • This reply was modified 9 years, 5 months ago by Elliott.
    #351792

    That’s actually it ! :)
    Changed it to 1px and that’s fine now.

    The support here is really great. Buying this theme was worth every cent!
    Found a ton of useful code snippets throughout the forum.
    You guys are doing an exceptional work :)

    Best,
    Sascha

    • This reply was modified 9 years, 5 months ago by sascha0101.
Viewing 13 posts - 1 through 13 (of 13 total)
  • The topic ‘Socket alignment of copyright text and social icons’ is closed to new replies.