-
-
Questions about Folie photography theme:
– I replaced all the portfolio featured images with just black backgrounds but there is still a very thin grayish line between each of the items, how can I get rid of these borders?
– using image logo, there is a large empty space between the bottom of the logo and the menu, how can I fix this?
– is there a way to increase the width of the left sidebar (header)?
– how to add links to the social icons?On mobile:
– When I click on the hamburger menu I don’t see anything?
– Why is it that it only shows the first two social icons?Mod please reply me and I’ll private reply you with the domain name, thanks!
-
Hi,
Please share the site URL, WP-Admin, and FTP credentials (username, password) using the private reply. Moreover, It’d be helpful for me if you share the screenshot or a video of issues you’ve mentioned.Thanks,
-
-
Hi,
– Thin Gray Lines
– Mobile Menu EmptyPlease add the following code in:
WP-Admin Dashboard > Appearance > Customize > General > Custom Codes > Custom CSS.cl-row .bg-layer{ background-color: #000 !important; } .cl-mobile-menu nav>ul>li{ opacity: 1 !important; }
– Increase the Sidebar width
The width of the header/sidebar on the left is preferred size for this type of layout. However, you can change the sidebar width by adding the following code in the customizer(path is mentioned above)@media (min-width: 992px) .header_container { width: 285px; /* Change width of sidebar */ } }
– Only two social icons display on the Mobile device
There’re only two social icons displayed because for all social icons the layout will be messy and condensed. The logic to display the first two social icons is to make sure the layout of the header should be clear and focused.– Add links to social icons
You can add links to social buttons simply through
WP-Admin Dashboard > Appearance > Customize > Hover over the social icons > Click on SOCIAL ICONS > Add/Remove links and social buttons > Publish > Done.– Empty Space below the logo
The space below the logo depends upon the content below it. The more the menu items the lesser will be space below and above the menu.
Thanks,
-
You must be logged in to reply to this topic.