New Landing How can we help? Atelier My account icon in header

Viewing 8 posts - 1 through 8 (of 8 total)
  • Posted in: Atelier
  • #200687
    luca01
    Member
    Post count: 48

    Is it possible to put the account icon next to the cart and wishlist icons, without the separator vertical line?
    let me know.
    Thanks

    #200694
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    try this workaround adding the code below to your custom css option, but the account will be on the left of the cart icons.

    .aux-item.aux-cart-wishlist {
        float: right;
        padding-left: 10px;
    }

    -Rui

    #200701
    luca01
    Member
    Post count: 48

    Sorry but doesn’t seems to work.
    any other solutions?
    I would also like to remove (if possible) the vertical separator lines.

    #200703
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    ok about the separator line. Can you provide me admin access so I can give it a try?
    It’s faster this way. Use the private reply.

    -Rui

    #200704
    luca01
    Member
    Post count: 48
    This reply has been marked as private.
    #200716
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Check again your icons, added 3 css rules at the top of the custom css option.

    Regarding the speed, you are with only 40M of WordPress Memory (Woocommerce – System status)
    https://www.dropbox.com/s/81wiuuo6eq61jr9/Screenshot%202015-08-04%2016.16.19.png?dl=0

    You need to adjust/add you WordPress memory settings inside the wp-config.php file
    Change your WordPress memory to 128M or a maximum 256M.

    Also check the official documentation from WordPress in the link below.
    https://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP

    -Rui

    #200722
    luca01
    Member
    Post count: 48
    This reply has been marked as private.
    #200723
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    This was the 3 css rules that I added.

    .header-right .aux-item, .header-right .aux-item:only-child {
        border-left: none!important;
    }
    .header-right .aux-item:first-child{
        
        padding:0;
    }
    .aux-item.aux-cart-wishlist {
        padding-left: 0px;
        margin-top: -2px;
    }

    -Rui

Viewing 8 posts - 1 through 8 (of 8 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register