Banner Logo

Be a part of the family: Connect, Receive Support,
Contribute, and Reap Abundant Rewards!

Cover image margins in stores

Theme and Plugin Support

Resolved
Viewing 9 reply threads
  • Author
    Posts
    • #113653
      developer-8646
      Participant

      Hello I hope you are very well.

      Can you help me please to that the profile image of the seller with their contact information, as well as social networks, adapt to the margin of the aquamarine lines of the screen.

      I appreciate your prompt help.

    • #113694

      Hi,
      You can modify your wcmp vendor shop page banner section by override templates/archive_vendor_info.php template by copying it to yourtheme/dc-product-vendor/archive_vendor_info.php

      change as per your requirement.

      Regards,

    • #113962
      developer-8646
      Participant
      This reply has been marked as private.
    • #114004

      Hi,

      Please add this code in the function.php of the current active theme :

      add_action('wp_head', 'wcmp_frontend_enqueue_scripts');
      function wcmp_frontend_enqueue_scripts(){?>
      <style type="text/css">
      .vendor_description_background.wcmp_vendor_banner_template.template1 {
          padding-left: 80px !important;
          padding-right: 80px !important;
      } 
      </style>
      <?php }
      Copy

      adjust the value as per your requirement.
      Regards,

    • #114048
      developer-8646
      Participant
      This reply has been marked as private.
    • #114108

      Hi,
      Please add this code in the function.php of the current active theme :

      add_action('wp_head', 'wcmp_frontend_enqueue_scripts');
      function wcmp_frontend_enqueue_scripts(){?>
      <style type="text/css">
      .vendor_description {
          padding-left: 80px !important;
          padding-right: 80px !important;
      }
      </style>
      <?php }
      Copy

      Regards,

    • #114129
      developer-8646
      Participant
      This reply has been marked as private.
    • #114199

      Hi,
      Remove previous code and add this code in the function.php of the current active theme :

      add_action('wp_head', 'wcmp_frontend_enqueue_scripts');
      function wcmp_frontend_enqueue_scripts(){?>
      <style type="text/css">
      .vendor_description {
          padding-left: 80px !important;
          padding-right: 80px !important;
      }
      .wcmp_social_profile{
      	padding-right: 80px !important;
      }
      .vendor_description_background.wcmp_vendor_banner_template.template1 {
          padding-top: 80px !important;
      }
      .description_data{
      	 padding-top: 80px !important;
      }
      </style>
      <?php }
      Copy

      change as per your requirement.

      Regards,

    • #114217
      developer-8646
      Participant
      This reply has been marked as private.
    • #114230

      Thank you, based on your confirmation we are marking this thread closed.

Viewing 9 reply threads

The topic ‘Cover image margins in stores’ is closed to new replies.