-
AuthorPosts
-
August 14, 2015 at 2:36 am #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!
August 14, 2015 at 12:30 pm #487716Hi tadin15!
Can you please post a screenshot showing the changes you would like to make and link to your website?
Regards,
YigitAugust 14, 2015 at 4:44 pm #487831This is how it looks, but I think its not responsive:
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?
I need them to have the double of that height and I also want to reduce the padding in the figcaption,Thanks!
August 15, 2015 at 5:17 am #488110Hi!
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,
IsmaelAugust 26, 2015 at 12:17 am #493259Thanks, 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?
August 26, 2015 at 11:35 am #493446Hey!
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 -
AuthorPosts
- You must be logged in to reply to this topic.