Skip to content

Use Custom Template as Header for Desktop Only

Use Custom Template as Header for Desktop Only

The Total "header builder" function replaces the entire header function as it's more efficient this way, but if you want you can actually use a little code to insert a custom template to be used as your header which would…

Read more

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