Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • mohammadzaher Friend
    #951381

    It was easy for me to explain my questions through the attached screenshots, if you could please look at them and solve it. Thanks.

    And if you could please also tell me how to use the after-content or Auto Component position of the JA Healthcare to just assign one of my google ads there it would be my pleasure.


    1. Problem-1
    2. Problem-2
    Pankaj Sharma Moderator
    #951638

    Hi

    1. The facebook icon in the Top is coming from the Social presence plugin on your site > http://prntscr.com/bv385v
      Check and disable the plugin .

    2. For Top header right banner Go to header.php file
      Find

      $logosize = 'col-sm-8';

      replace it with

      $logosize = 'col-sm-4';

    and find

    
            <?php if ($headright): ?>
                <div class="col-xs-9 col-sm-4">

    replace it with

    
            <?php if ($headright): ?>
                <div class="col-xs-9 col-sm-8">

    save and check .

    1. ADS width is coming from the Google ad code , you need to check it in Google adcode to make responsive ad code
      Refrence : https://support.google.com/adsense/answer/6307124?hl=en

    2. To move the button in Left add below code in custom.css file
      .navbar-toggle {    float: left!important; }
    mohammadzaher Friend
    #951692

    Thank you sir,
    I changed the settings and now my logo and ad are displaying fine but in mobile view my logo got very small so i have to leave my logo size at it’s original size. Now how can i move the ad from right of the logo to the down of the logo in mobile view?

    You didn’t answer my fifth question showing in problem-2-picture above to how to move the slider’s text a little bit up to be displayed.

    If you could also tell me how to use the after-content or Auto Component position of the JA Healthcare which i would like to assign one of my google ads there, it would be my pleasure.

    Pankaj Sharma Moderator
    #951926

    Hi
    I can see the logo is already above the ad in mobile : http://prntscr.com/bvi6fh
    For slideshow add below code in custom.css file

    .navbar-toggle {    float: left!important; }
    @media (max-width:468px) { .acm-slideshow .owl-carousel .slider-content { top: 42px!important; } }

    Also i added navbar code again because in your custom.css file code is not correct .

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

This topic contains 3 replies, has 2 voices, and was last updated by  Pankaj Sharma 8 years, 4 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum