Tagged: Footer Content
- This topic has 5 replies, 3 voices, and was last updated 4 years, 5 months ago by Theme Horse Support Team.
-
AuthorPosts
-
April 29, 2020 at 7:28 am #77216100offdealParticipant
Hi, I am using your theme It is really good. but I have 1 question how should I add footer content on my homepage and category page.
Like thisMay 1, 2020 at 10:56 am #77278Theme Horse Support TeamKeymasterHi @100offdeal,
You can use Text Widget on first footer column to show those type of content and Can make the first Column to full width and hide the other 3 footer column widget section by adding Custom CSS code.
Thanks
May 2, 2020 at 3:06 pm #77317100offdealParticipantThanks for your instant reply, but as my site have 50+ category page so I need to add separate widget for every category page.
and could you plz provide css code for making it full width and hide other two footer column.May 4, 2020 at 7:42 am #77351Theme Horse Support TeamKeymasterPlease go to ‘Appearance > Customize > Additional CSS’ and paste the below Custom CSS code.
@media (min-width: 992px) { .site-footer .widget-area .col-lg-3:not(:first-child) { -ms-flex: 0 0 33.33%; flex: 0 0 33.33%; max-width: 33.33%; } } @media (min-width: 768px) { .site-footer .widget-area .col-lg-3:first-child { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; } }
The above code will make the first column to full width and other 3 columns are made to 33.33% which will be equally fit down to full width to show other widgets as well.
Thanks
May 4, 2020 at 4:05 pm #77367100offdealParticipantThank You very much for your support. I am looking for this solution from 2 months. thank you once again.
May 5, 2020 at 3:02 pm #77402Theme Horse Support TeamKeymasterWelcome anytime @100offdeal
-
AuthorPosts
- You must be logged in to reply to this topic.