[Support request] Change width of Template

Home Forums Support [Support request] Change width of Template

Home Forums Support Change width of Template

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #2017018
    Dikson

    Hi,

    I would like to change width of a template for example this link on a mobile phone Template. On mobile it looks really compact. The template is not pre-built but automatically generated.How can adjust the height and width of this specific “event” template for just mobile

    #2017595
    David
    Staff
    Customer Support

    Hi there,

    you can try this CSS to remove the padding from the single event template:

    @media(max-width: 768px) {
        .single-event_listing .inside-article {
            padding-left: 0px;
            padding-right: 0px;
            overflow-x: hidden;
        }
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.