- This topic has 3 replies, 2 voices, and was last updated 8 years, 8 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
Home › Forums › Pro Themes › Photo Perfect Pro › Search bar
Tagged: search bar
The search bar in Perfect Photo Pro is right in the center, how can i change the place of the search bar?
@martijn, you can move the search bar to either left or right by writting some Custom CSS.
Just copy the following snippet of code according to your choice and place it in Appearance -> Customize -> Theme Options -> Advance Options .
#header-extra .search-form {
float: left; /* to place the search bar on left */
}
#header-extra .search-form {
float: right; /* to place the search bar on right*/
}
Can it only be placed to the left or right? Can’t i place it above the header or maybe in footer?
Or maybe if i want to change my menu to a horizontal menu, can i place it there than?
@martijn, this was a quick and easy hack through custom CSS without any extra effort of customization.
Regarding its custom placement in header or footer or in menu this is possible if you can go through customization of the theme. These changes can be customize by making a Child Theme, overriding the parent theme features.
Alternatively, you can consider hiring a customizer to do this custom job for you in a safe way along with required design workarounds needed during customization.
Kindly, let us know if you have any other queries.
Cookie | Duration | Description |
---|---|---|
cookielawinfo-checkbox-analytics | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics". |
cookielawinfo-checkbox-functional | 11 months | The cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional". |
cookielawinfo-checkbox-necessary | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary". |
cookielawinfo-checkbox-others | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other. |
cookielawinfo-checkbox-performance | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance". |
viewed_cookie_policy | 11 months | The cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data. |