- This topic has 5 replies, 2 voices, and was last updated 4 years, 7 months ago by Forhad.
Viewing 6 posts - 1 through 6 (of 6 total)
-
AuthorPosts
-
April 19, 2020 at 2:52 pm #8089
smbatoParticipantHow to change the search page from one column to two columns ??
April 20, 2020 at 10:28 am #8094
ForhadKeymasterhello,
search option enable ajax searchApril 21, 2020 at 12:45 pm #8099
smbatoParticipantits enabled, but still one column
i want search page from two column not one columns.
check this link please:
https://yashilpro.com/search/%D8%AA%D9%88%D9%86%DB%8CApril 22, 2020 at 11:28 am #8103
ForhadKeymaster.search-results .site-main{ display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-right: -0.9375rem; margin-left: -0.9375rem; } .search-results .site-main article{ -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; position: relative; width: 100%; min-height: 1px; padding-right: 0.9375rem; padding-left: 0.9375rem; } @media (min-width:768px){ .search-results .site-main article{ -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; } }
add this code theme option-> custopm code-> css
- This reply was modified 4 years, 7 months ago by Forhad.
April 22, 2020 at 3:34 pm #8105
smbatoParticipanttnx, its worked
What if I want it to be in four columns?
April 23, 2020 at 11:07 am #8108
ForhadKeymaster@media (min-width:768px){
.search-results .site-main article{
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}this value change 50% to 25%
-
AuthorPosts
Viewing 6 posts - 1 through 6 (of 6 total)
The topic ‘search page’ is closed to new replies.