Home Forums WoodMart support forum Category description to the bottom in mobile only

Category description to the bottom in mobile only

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #292363

    WoodyP
    Participant

    Hello,
    I would like to move the category description to the bottom of the page or disable it for mobile only.
    There doesn’t seem to be a destination in your theme settings.
    I want to leave it on desktop at the top and mobile at the bottom.
    Thank you

    #292488

    Hello,

    You will find the option to locate the category description in the bottom in the Theme Settings > Shop page.

    As soon as you configure, provide the description, add this CSS to the Theme Settings > Custom CSS > Mobile:

    .term-description {
        display: none;
    }

    Best Regards

    #295239

    WoodyP
    Participant

    Hello,
    sorry for the late reply, i had computer problems.

    Maybe I haven’t been able to explain well what I need, I try to explain it again.

    The category description is fine placed at the top for large devices. I would like to move the description down, only for small devices like the phone, but I don’t want to hide.

    I’m waiting
    Thank you

    #295290

    Hello,

    Unfortunately, there is no option to do that. You can have the description either in the top or in the bottom.

    If you have any questions please feel free to contact us.

    Best Regards

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