Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #245801
    gildaniela
    Participant

    hello. good afternoon

    how can i change the width of the columns?

    i tried everything and still can not make it, por example in my front page i want that the photos occupy the totally of the screen and then the photos can be bigger not only the size of the column (that i didnt manage to change)

    Thank you so much

    Regards,
    Daniela

    #245802
    gildaniela
    Participant

    my page is http://www.gildaniela.com
    Thanks!

    #245870
    Skandha
    Participant

    @gildaniela: Hello Daniela,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .home .singular-content-wrap .entry-container {
        max-width: unset;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    #246203
    gildaniela
    Participant

    dear Skandha
    thank you so much, it worked!!

    if i want to do the same thing to these other pages, what do i have to do?

    http://gildaniela.com/moodboard/
    http://gildaniela.com/digital-styling/

    i tried to replace in the code the word home for the name of the pages and it didnt work

    thank you again

    Regards,
    Daniela

    #246227
    gildaniela
    Participant

    hi Skandha!

    It worked! thanks!!

    i want to do that to all pages, so i replace the word “home” for the name of each page and it didnt work. can you help me please? there is like a global code for all pages?

    Thank you so much

    Regards,
    Daniela

    #246252
    Skandha
    Participant

    @gildaniela: Hello Daniela,
    Can you use the following Code and let me know where the code is not working?

    .singular-content-wrap .entry-container {
        max-width: unset;
    }

    Kind Regards,
    Skandha

    #246305
    gildaniela
    Participant

    hello Skandha

    hope you are doing well

    The width increase in all pages but is not of the all “width” of the page like it is on the home page, do you know why?

    Thank you so much!

    Regards,
    Daniela

    #246397
    Skandha
    Participant

    @gildaniela: Hello Daniela,
    Can you try adding the following Code?

    .fl-row-fixed-width {
         max-width: unset;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    #246533
    gildaniela
    Participant

    Dear Skandha

    hope you are well

    i didnt work, super estrange. im going to put this code that kinda worked but not to the full width but for the mean time is ok with the design.

    .singular-content-wrap .entry-container {
    max-width: unset;
    }

    if you have any other idea let me know please!

    Again thanks for you support

    Regards,
    Daniela

    #246535
    Skandha
    Participant

    @gildaniela: Hello Daniela,
    The code below should work on all the pages. When I put the code on your site it seem to be working fine.

    Can you try adding it to the Additional CSS section and let me know?

    .fl-row-fixed-width {
         max-width: unset;
    }

    Kind Regards,
    Skandha

    #246538
    gildaniela
    Participant

    Dear Skandha

    Thank you so much! it worked. i was deleting the other code and then putting the last one and thats why it wasnt working

    thank you so mnuch

    Have a nice day
    Regards,
    Daniela.

    #246547
    Skandha
    Participant

    @gildaniela: Hello Daniela, I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/cleanportfolio/reviews/#new-post
    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely
    appreciated. Thanks, and if there’s anything else at all that I can do to help, don’t hesitate to let me know. Have a good day! 🙂

    Kind Regards,
    Skandha

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘width’ is closed to new replies.