Your account expired support, please renew to get your support.

Home Forums Themes Support Gecko Mobile View Only the Middle Section in header top

Viewing 5 reply threads
  • Author
    Posts
    • #33896
      universappstudio
      Support Expired

      We want to show only the middle section when the website it’s viewev via Mobile.

      Attachments:
      You must be logged in to view attached files.
    • #33904
      Harry
      Support Expired

      Hi,

      Please add below code to JanStudio > Theme Option > General Layout > Custom CSS

      @media only screen and (max-width: 736px) {
      
      .header__top .jas-col-md-4.jas-col-xs-12 {
      	display: none;
      }
      .header__top .jas-col-md-4.hidden-sm.tc {
      	display: block;
      }}

      Kind regards

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    • #33907
      universappstudio
      Support Expired

      Hi, now look like the image added. we want to center the words

      Attachments:
      You must be logged in to view attached files.
    • #33911
      Harry
      Support Expired

      Hi,

      Can you send me the link of your website?

      Thanks

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    • #33916
      universappstudio
      Support Expired

      Hi,

      The website it’s http://www.wonderbooshop.com

      Best Regards!

    • #33920
      Harry
      Support Expired

      Hi,

      Please change prev code to

      @media only screen and (max-width: 736px) {
      
      .header__top .jas-col-md-4.jas-col-xs-12 {
      	display: none;
      }
      .header__top .jas-col-md-4.hidden-sm.tc {
      	display: block;
      	width: 100%;
      }}

      Kind regards

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

Viewing 5 reply threads

You must be logged in to reply to this topic.