can I change the order of display on mobile?

This topic contains 1 reply, has 2 voices, and was last updated by  Alex Rollin 5 years, 7 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #505779

    dewey8
    Free User
    Post count: 4

    I have a company profile page that display on desktop as 1. photo on top with 8 field data field “widget” to the right.

    2. Below is the “description” section, and to the right of that is a map.

    Just the way I want it.

    On mobile it displays:

    1. pictures
    2. Description / text section
    3. data widget with 8 fields.
    4. map

    Can I make the data widget #2 and the description section #3 ?

    #505787

    Alex Rollin
    Moderator
    Post count: 27815

    You might be able to achieve that with CSS, depending on how you are organizing your details page template.

    For example, you could wrap 2 and 3 in a div that is only visible on desktop, and then 3 and 2 that is only visible on mobile.

    You can find an example of how to use media@ specific CSS to target mobile here:

    https://wpgeodirectory.com/docs/common-styling-examples/#legend

    Halfway down this link you can also see additional examples in context with some explanation:

    http://www.wpbeginner.com/wp-themes/how-to-create-a-mobile-ready-responsive-wordpress-menu/

    GD provides a panel at GD > Design > Custom CSS that allows you to insert your custom CSS rules.

    https://wpgeodirectory.com/docs/customizing-your-style/

    Using that panel, GD will inject your code as high priority inline CSS. If you write some CSS and it doesn’t quite work, you can post it back here and we can take a look.

    Here is an example to place into your GD > Design > CSS to hide the category list on mobile (under 375px width)

    `
    @media all and (max-width: 375px) {
    .sd .featured-area .geodir-category-list-in {
    display: none;
    }
    }

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

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
20% Discount Offer
Hurry! Get your 20% discount before it expires. Get 20% Discount