Skip to content

Alter the Blog Post Published Date to Last Modified Date

Disable Logo on Mobile

There are 2 methods to disable the logo on mobile. You can either hide it via CSS or you can insert a custom classname to the logo so it becomes hidden on mobile. Here are both examples. Make sure you…

Read more

Gallery Slider Vertical Thumbnails

@media (min-width: 960px) { #wrap .vcex-image-gallery-slider { padding-left: 100px; position: relative; } #wrap .vcex-image-gallery-slider .sp-nc-thumbnails-container { position: absolute; left: 0; top: 0; width: 80px; } #wrap .vcex-image-gallery-slider .sp-nc-thumbnail-container { width: 100% !important; margin-bottom: 10px !important; } #wrap .vcex-image-gallery-slider .sp-buttons {…

Read more
Back To Top