Home Forums WoodMart support forum Move video icon

Move video icon

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #69463

    Jakob40004000
    Participant

    Hi, I have changed the “Video icon” to use the Youtube fa, but when showing the products “Thumbnail position” as “Combined grid” the icon is shown in the last lower thumbnail. Can you help me get it back up to the first image?

    It looks fine in mobileview, så it should only be for desktop view.

    Please see pic.

    Attachments:
    You must be logged in to view attached files.
    #69530

    Hello,

    Please update your access I cannot log in.

    Best Regards

    #69536

    Jakob40004000
    Participant

    Sorry, please use from private content

    #69539

    Bogdan Donovan
    Keymaster

    Hi,

    In that situation, to correctly work with different product image sizes, video icon can be moved only in corners of that block (http://prntscr.com/kboc19). For example, we can provide you CSS code snippet to move video icon to the top-right corner.

    Regards

    #69541

    Jakob40004000
    Participant

    Thanks for getting back. But if it can be moved to top left cornor, issent it possible to lower it x amount of pixels, so it is shown below the green “A” image?

    If not, I would like the css to move it to top left cornor, then I will move the green “A” image, but that would be quite bad :/

    #69546

    Bogdan Donovan
    Keymaster

    Try to add the following code snippet to the Custom CSS area in Theme Settings.

    body .product-additional-galleries {
    	bottom: auto;
    	top: 40px;
    	z-index: 200;
    	padding-left: 20px;
    }

    Regards

    #69547

    Jakob40004000
    Participant

    Its perfect – Thanks!!

    #69556

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

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

The topic ‘Move video icon’ is closed to new replies.