Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #487526

    Hi,

    I was wondering if its possible to create a column not based in 1/2 1/6 , i need it to be centered and to have a 72% width.
    Because i need some features to be centered with a 72% width and others with my web 100% width.

    Thanks!

    #487716

    Hi tadin15!

    Can you please post a screenshot showing the changes you would like to make and link to your website?

    Regards,
    Yigit

    #487831

    This is how it looks, but I think its not responsive:
    Capture

    I need some features like that and others fullwidth like in the home of my web.
    I pasted you mi link in the private content.

    I also have other question, how can I change the height of the masonry thumbnails?
    capture1
    I need them to have the double of that height and I also want to reduce the padding in the figcaption,

    Thanks!

    #488110

    Hi!

    It’s possible to alter the width of the columns inside a specific color section. Add a color section then apply a unique id attribute in the Section ID field. Use “custom-section” for example. Inside the color section, add two 1/2 columns inside. You can then use the Quick CSS field to alter the width of the columns inside that particular section. Something like this:

    #custom-section .av_one_half:nth-child(1) {
    width: 72% !important;
    }
    
    #custom-section .av_one_half:nth-child(2) {
    margin-left: 2% !important;
    width: 25% !important;
    }

    Please create a test page then follow the instructions above.

    Regards,
    Ismael

    #493259

    Thanks, that worked great!.

    I have another issue, how do I change the search results page? I want to show the exact page I created:

    If I look to the exact title I want to show the exact page I’ve created:
    http://fcm.agenciann.com/portfolio-item/ciudad-cordoba/
    Just like this.

    And If there are various results I want to show the exact pages like before but one after the other vertically separated by a line.

    And when there’s no result I want to show a particular page I’ve created.

    Is it possible?

    #493446

    Hey!

    I’m sorry but that kind of customization will require major modification on the theme. Please hire a freelance developer to modify the search.php and includes > loop-search.php file.

    Regards,
    Ismael

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