*

nijamutheen

  • ****
  • 110 posts
how show location mobile like following screenshot
« on: September 04, 2017, 03:20:35 PM »
i want to show location mobile also like following screenshot http://prntscr.com/ggxagv

i found that code but i don't know how to write css following code
Code: [Select]
<div class="loc"><i class="fa fa-map-marker"></i>
<?php echo veronika_location_format(osc_item_country(), osc_item_region(), osc_item_city()); ?>
</div>
« Last Edit: September 06, 2017, 04:33:09 AM by nijamutheen »

*

nijamutheen

  • ****
  • 110 posts
Re: how show location mobile like following screenshot
« Reply #1 on: September 06, 2017, 04:31:23 AM »
i succefully added following code to item.php it showing well but dektop showing double location
Code: [Select]
<?php if( osc_item_region() ) { ?>
<div class="region"><?php echo osc_item_region(); ?></div>
     
<?php ?>

<?php if(osc_item_city() ) { ?>
<div class="city"><?php echo osc_item_city(); ?></div>
     
<?php ?>

*

MB Themes

Re: how show location mobile like following screenshot
« Reply #2 on: September 06, 2017, 09:11:27 AM »
@nijamutheen
Add styles to hide it on desktop. Look on responsive.css and media queries.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

nijamutheen

  • ****
  • 110 posts
Re: how show location mobile like following screenshot
« Reply #3 on: September 18, 2017, 04:32:48 PM »
sorry i did'nt find any responsive css please guide me

*

MB Themes

Re: how show location mobile like following screenshot
« Reply #4 on: September 18, 2017, 04:51:20 PM »
Oc-content/themes/theme-name/css
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

nijamutheen

  • ****
  • 110 posts
Re: how show location mobile like following screenshot
« Reply #5 on: September 18, 2017, 04:54:01 PM »
already i found that  that location but i don't know which one code i want to paste in style.css file ?

*

Romeo

  • ****
  • 115 posts
Re: how show location mobile like following screenshot
« Reply #6 on: September 18, 2017, 05:31:16 PM »
That's where I learned basic things https://www.w3schools.com/css/