• Resolved joyrandel

    (@joyrandel)


    Hello I am using Genesis 2.5.2 and AltitudePro theme 1.0.3. WordPress 4.8.
    I have not changed any CSS. I installed Genesis Columns Advanced and it looks great on my laptop but it the page is not showing columns on my phone. Any suggestions?

    https://missioncottages.com/prices/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Nick Diego

    (@ndiego)

    Hi joyrandel,

    I apologize for the delayed reply. The columns are mobile responsive so they drop down to a single stacked column on mobile devices. If you want to disable this functionality, you would need to use some custom CSS. If this is the route you would like to go, I can provide some guidance.

    Thanks,
    Nick

    Thread Starter joyrandel

    (@joyrandel)

    Hello Nick,

    What do most websites do when there is one column that has a description and the second column has the price? Is there another way to format or list this text without using CSS? I would prefer it to look like it does on my laptop.
    https://missioncottages.com/prices/
    If CSS is the only option, then is there code I can put at the bottom of the style sheet for Altitude Pro that will make it appear like it does on my laptop when someone is looking at their phone or tablet? Thanks for your help.

    Joy

    Plugin Author Nick Diego

    (@ndiego)

    Hi Joy,

    I honestly am not sure, but likely some custom HTML/CSS or using tables. For the CSS to add, all you would need is the following:

    .gca-column.one-half {
        width: 50% !important;
    }

    I hope that helps.

    Nick

    Thread Starter joyrandel

    (@joyrandel)

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Responsive Not Working WordPress 4.8’ is closed to new replies.