Lay Theme Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Popular
    • Users
    • Search
    1. Home
    2. valkai
    V
    • Profile
    • Following 0
    • Followers 0
    • Topics 3
    • Posts 4
    • Best 0
    • Controversial 0
    • Groups 0

    valkai

    @valkai

    0
    Reputation
    74
    Profile views
    4
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    valkai Unfollow Follow

    Latest posts made by valkai

    • RE: Split screen - align text to the bottom of footer

      Update:

      I just solved it with having the text-box half the size of the footer, and with changing the position from absolute to fixed.

      #footer .bottombottom {
      position: fixed;
      bottom: 0;
      left:0;
      }

      posted in General Discussion
      V
      valkai
    • Split screen - align text to the bottom of footer

      Hi all,

      I did the split screen for my website and it worked well.

      I'm now trying to add a credit text box that should be aligned with the bottom of the footer section. I'm not a super pro of coding.

      What I did:
      I added a text-box in the footer page, and assign it a custom class, called bottombottom.

      And then, in the custom css:

      #footer .bottombottom {
      position: absolute;
      bottom: 0;
      left:0;
      }

      But doesn't seem to work… Do you have any advice on the best way to do it?

      Thanks a lot for your help and all the work you do.

      Best,
      Valentin

      posted in General Discussion
      V
      valkai
    • Carousel and image links

      Hi Armin,

      For my website, I want to place five carousels on the homepage, each of them showing a sample of a different project. The idea is to show a quick sample of every projects on the homepage, and then be able to click to see more of the project. The problem is that the only way to add an image with a link in a carousel is to add a project thumbnail. Do you know if there could be a way to add a clickable link on a image in a carousel ?

      Thank you,

      Val

      posted in General Discussion
      V
      valkai