Margins

Home Support Winsome Margins

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #11787
    Anonymous
    Inactive

    Hello,

    I would like to lower the side margins of the pages. I want to make the pages wider. How can I do this?

    Thanks for your help!

    #11788
    nirav
    Keymaster

    Hello Antonicoarloslima,

    Greetings of the day!

    The winsome theme already uses a full-width layout.
    Can you please explain more? We are sorry, we did not understand your issue.
    May we request you to provide us a screenshot of the issue or website URL?

    Thank you

    Regards,
    Team ProDesigns

    #11790
    Anonymous
    Inactive

    Hello,

    Thanks for your answer.

    Yes, I know the theme already has the full width option.

    But I would like this whole width to be a bit wider, you know? The current full width does not take text and images to the edge of the screen. And I do not want it to be this way. I just want to bring the texts and the images a bit closer to the screen, than they are already in the full width option. In other words, I want to leave the full width even more “full”.

    I do not know the measures of the theme now, but suppose the current full width option is 90% of the screen. I want this to be 95%. How can I make this adjustment, please?

    Thank you!

    #11815
    Anonymous
    Inactive

    Please,

    I’ve been waiting for three days for an answer. I really need this information.

    Thankful.

    #11817
    nirav
    Keymaster

    Hello Antoniocarloslima,

    Greetings of the day!

    The changes you want is not a theme feature but we will provide you custom CSS for the same.
    If we increase the content size, you may face issue in responsive.
    For mobile responsive code, it may take time from 24 to 48 hours.
    Once the CSS code is ready, we will contact you soon.

    Thank you.

    Regards,
    Team ProDesigns

    #11909
    nirav
    Keymaster

    Hello Antoniocarloslima,

    Greetings of the day!
    You can use below code to whole width bit wider.

    Follow the below steps to add custom CSS.
    1) Please log in to the admin area
    2) Go to “Appearance >> Customize >> Additional CSS”.
    3) Paste the below code in “Additional CSS” and save it afterward:

    /* ==== Fullwidth Screen Update 10-5-2019 ==== */
        .widget-area .widget .container{width: 100%;}
        .pt-team-items-wrap{margin: 0}
        .pt-team-items-wrap .pt-team-item{display: block; margin-left: 0; float: left;} 
        .pt-portfolio-item-wrap{margin: 0}
        .pt-portfolio-item-wrap .pt-portfolio-item{margin-left: 0; float: left; }
    /* ==== End ==== */

    We are happy to help you. Feel free to contact us if you need further help.

    Thank you.

    • This reply was modified 4 years, 11 months ago by nirav.
    #11919
    Anonymous
    Inactive

    Hello

    Thanks for your help.

    I have two questions, before entering the code sent:

    1 – Will this code change what part of the original theme code?
    2 – If I do not like the result and want to revert, how should I proceed?

    Thank you!

    #11973
    nirav
    Keymaster

    Hello Antoniocar,

    Greetings of the day!

    1 – Will this code change what part of the original theme code?

    You can add the given code to additional CSS so that it will not change anything in the main theme.
    This is totally separate from the main theme.

    2 – If I do not like the result and want to revert, how should I proceed?

    If you want to revert the code, you can do it remove given code from additional CSS.

    Thank you.

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