Hi, how do i remove the section highlighted in the attachment? I already disabled the module positions but the space remained visible
dougkirimi
Hi,
This belongs to the Spotlight block, could you share the admin account?
[edited by moderator]
Could you also check why the contact us form is not sending emails? It indicates 'email sent successfully' but the email is never received in the inbox
dougkirimi Hi. In template's layout options You need to select the number of the module positions only for the modules You are planing to use. Right now You have one module there, so I would suggest changing it to one.
Hi, i went to templates > Layout and when i tried to edit out the modules i did not need it turned out worse! Just check and see
dougkirimi Kindly check now as the specific module is spanning now across the available layout width. Ref: Screenshot . Have changed the number of position to 1 in layout as also suggested by @teitbite. Ref: Screenshot
Thanks, it is much better. Now how do i get rid of the space below it?
dougkirimi Now how do i get rid of the space below it?
Try add this to custom.css file and adjust value accordingly :
.t3-footnav,.t3-footnav .box-contact{padding-bottom: 0 !important;}
Kindly ensure to clear your browser cache if changes dont reflect
Hi, i can't seem to locate the custom.css file
dougkirimi i can't seem to locate the custom.css file
In reference to documentation excerpt, Have created the specific file and added CSS as suggested above and it is appending right. Ref: Screenshot
If you don't see the file, create new file then open that file to add CSS to style for your template.
Great, it worked! Thanks guys