Home Forums Weaver Xtreme Theme help with #inject_container_top area

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #17981
    lambert
    Participant
    I have added the social short code in the container area with the following css:
    #inject_container_top {
        box-sizing: border-box;
        margin-bottom: -2%;
        margin-right: 2%;
        margin-top: 3%;
        float: right;
    }
    When I look at it on my phone the Facebook icon pops out to the right.
    What am I doing wrong?
    Mamy thanks
    Lambert
    #23122
    scrambler
    Moderator

    Don’t use float:right, but text-align-right

    If you float the icon, then add a clearing div below it to force whatever comes after to be below and not side by side.

    By the way, you marked the other thread as answered but It looks like the First parallax piece is still floating and therefore being cut on mobile. may be it is a cache issue and I am not seeing the fix I gave you.

    #23123
    lambert
    Participant

    Thanks scrambler, The Facebook icon is perfect now. Not sure what’s wrong with the first parallax piece, but when I view it across devices it looks fine

    #23124
    scrambler
    Moderator

    Regarding the first parallax piece, shrink your browser size and see how the post disapears and gets cutoff on the left (at least on IE).

    The fix is to remove the float as I explained in the other thread

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.