Can I edit a widget? - Acme Themes
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #21721
    courtmatthew
    Participant

    Hi. Great theme. I will probably upgrade to pro version soon. One question though, is it possible to edit the AT Featured Page widget? I would like to make the text area bigger (i.e. make the space between the text and the border a bit smaller). Basically what I want to do is make the site look better on mobile phones with small screens. THis is the website I am building@ http://www.nabermedia.co.uk

    Thanks,
    Mat

    #21724
    acmethemes
    Keymaster

    Hello courtmatthew,
    Thank you so much for using our theme. There is no such features available on the theme. You need to customize the theme to achieve such things. Please request here for theme customization.

    Regards

    #21725
    courtmatthew
    Participant

    Ok thanks for the reply. Is it possible to make pages full width like the home page then? That would solve my problem.

    Does it cost money to customise the theme?

    #21730
    acmethemes
    Keymaster

    Please check your page layout without sidebar. It may solve the problem. Can you please check sidebar option on that specific page?
    If you need more features, you need to pay for it. Please contact us via email for further information.
    info[at] acmethemes.com

    #21762
    courtmatthew
    Participant

    I have removed the sidebar, the issue is that there isn’t enough width for text.

    Here are two examples for this page: https://nabermedia.co.uk/opportunities-partnerships-sponsorships/ .

    As you can see here on desktop it looks ok: https://photos.app.goo.gl/gm5YeES4k82Hp8lz2

    but then on mobile it looks bad: https://photos.app.goo.gl/WHcyhHmw7n080XwX2

    I have made the text smaller but this doesn’t really help, what it needs is some of the white space around the widget removed, or the white space around the page to make the text space wider.

    Do you know if this is possible?

    #21770
    Acme Themes
    Keymaster

    Hello courtmatthew,

    Please use the following custom CSS

    @media only screen and (max-width: 640px) {
       .col-details {
          padding: 20px 10px 20px;
       }
    }

    You can change the @media max-width and padding as you want.

    Regards,
    Acme Themes

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.