Commit 97b6a79a by Muhammad Usman

login btn fix

parent 4ddcd448
Pipeline #233 passed with stage
in 0 seconds
......@@ -4,7 +4,7 @@ add_action('wp_enqueue_scripts', 'register_third_party_styles');
function register_third_party_styles() {
$version = '1.1.2';
$version = '1.1.3';
wp_enqueue_style('vq-chosen-css', plugin_dir_url(__FILE__) . '/chosen/chosen.min.css','',$version);
wp_enqueue_script('vq-chosen-js', plugin_dir_url(__FILE__) . '/chosen/chosen.jquery.min.js', 'jQuery',$version);
......
......@@ -11,7 +11,7 @@ $course_categories = get_terms( array(
<div class="bootstrap-iso">
<div class="e-learning-banner" style="position: relative; background-image: url(<?php echo get_the_post_thumbnail_url($page); ?>)">
<a href="https://www.learn.apexgloballearning.com/" class="" style="position: absolute; top: 5%; right: 9%;">
<a href="https://www.learn.apexgloballearning.com/" class="" style="position: absolute; top: -1%; right: 9%;">
<img style="width: 80%;" src="<?php echo plugin_dir_url(__FILE__); ?>imgaes/E-learning-login.png" alt="">
</a>
<div class="container">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment