Home Forums Themes Support Claue Page Help

Viewing 5 reply threads
  • Author
    Posts
    • #25764

      Hi Harry,

      Can you please look at this page : Look.ir/Kids

      It’s fine in desktop view.

      And also I am fine with the settings of Banners in responsive settings.

      But for the mobile, the element of the text is too large.

      How can I make it smaller for this page only? http://take.ms/NAjnV

      Or do you have any other solution or recommendation?

      Regards.

      Rahim Vaziri
      CEO & Founder at Look.ir

    • #25767

      Hi Rahim,

      Please add below code

      @media only screen and (max-width: 736px) {.page-id-9334 .jas-banner h3 {font-size: 12px;}}

      You can add css for any page base on page ID http://take.ms/e2Ykn

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

    • #25768

      Hi Harry,

      Thank you so much for the page id notice. will help me so much in the future.

      The code you gave me resize the font size.

      how can I bring down the text and its white space and reduce the white space above and below of the text?

      Regards.

      Rahim Vaziri
      CEO & Founder at Look.ir

    • #25776

      Hi Rahim,

      Please change code to

      @media only screen and (max-width: 736px) {
      .page-id-9334 .jas-banner h3 {
      	bottom: 5px;
      	font-size: 12px;
      	padding: 10px 15px;
      	min-width: 85px;
      }}

      Regards

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

    • #25779

      Hi Harry,

      Perfect now.

      I think I should add all pages that have more than two image and text per row on mobile view via page id to this code.

      Do you agree?

       

      Rahim Vaziri
      CEO & Founder at Look.ir

    • #25782

      Hi Rahim,

      It defend on your design, it now sure.

      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.