badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Width of text in articles (pages)

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #61985
    murin.daniel
    Participant

    Hello, please can you help me with adjusting (making bigger) the max width of articles?

    here is an example of how I have it in my website :
    https://ekotoxcenters.eu/karta-bezpecnostnych-udajov/

    and here is how it is in demo of the theme :
    https://www.themehorse.com/preview/interface/html-styles/

    I have not done any changes with width properties so I dont really know why I have it different, can you please help me with it?

    Thank you! 🙂

    #62010

    Hi there,

    To set the different layout for the specific page follow this instruction.

    Thank you!

    #62247
    murin.daniel
    Participant

    Thank you! Solved 🙂

    #62297

    Welcome anytime @murin-daniel
    If you have any problem please let us know.

    #76329
    kiku
    Participant

    How to reduce left and right margins on mobile devices?

    http://minwhoen.cafe24.com/
    I added code using custom css.
    However, the left and right margins are still not modified on mobile screens.
    This is a difficult problem for me, lacking html knowledge.
    I wanna 0px margins on mobile devices

    Help me plz T.T

    #76483

    Hi @kiku,

    Please go to ‘Appearance > Customize > Design Options > Custom CSS’ and Paste the below Custom CSS Code.

    @media (max-width: 575px) {
    	.container,
    	.wrapper {
    		width: auto;
    	}
    }

    Thanks

    #76550
    kiku
    Participant

    Solved! Thanks!

    #76595

    Welcome anytime @kiku

    #88601
    bebanhbeolp
    Participant

    can we set the width to 100%?

    #88928

    Hi bebanhbeolp,

    Actually the Full width layout is itself 100% related to the container. But if you wish to make 100% related to the device screen size then it can be done through provide Additional Custom CSS code.

    Thanks

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